A web-based, shareable, self-hosted Markdown editor built with deno
|
|
пре 1 дан | |
|---|---|---|
| .vscode | пре 2 година | |
| assets | пре 1 дан | |
| components | пре 1 дан | |
| islands | пре 1 дан | |
| routes | пре 1 дан | |
| static | пре 1 недеља | |
| utils | пре 1 дан | |
| .dockerignore | пре 2 година | |
| .drone.yml | пре 2 година | |
| .gitignore | пре 1 недеља | |
| Dockerfile | пре 1 недеља | |
| LICENSE | пре 2 година | |
| README.md | пре 1 недеља | |
| client.ts | пре 1 недеља | |
| deno.json | пре 1 дан | |
| deno.lock | пре 1 дан | |
| main.ts | пре 1 недеља | |
| tailwind.config.ts | пре 1 дан | |
| vite.config.ts | пре 1 дан |
A web-based, shareable, self-hosted Markdown editor built with deno
Visit https://post.jerryliao.cn
You can deploy the project with docker by using Dockerfile in this repo to
build a docker image or use Deno Deploy officially recommended in
this doc
Install deno runtime according to this doc,
then execute deno task dev in the project root, all the dependencies should be
automatically installed. Then check localhost:8000 in your browser for the
website