A web-based, shareable, self-hosted Markdown editor built with deno
|
|
4 gün önce | |
|---|---|---|
| .vscode | 2 yıl önce | |
| assets | 6 gün önce | |
| components | 6 gün önce | |
| islands | 6 gün önce | |
| routes | 5 gün önce | |
| static | 2 hafta önce | |
| tests | 5 gün önce | |
| utils | 5 gün önce | |
| .dockerignore | 5 gün önce | |
| .drone.yml | 2 yıl önce | |
| .gitignore | 4 gün önce | |
| Dockerfile | 2 hafta önce | |
| LICENSE | 2 yıl önce | |
| README.md | 2 hafta önce | |
| client.ts | 2 hafta önce | |
| deno.json | 5 gün önce | |
| deno.lock | 5 gün önce | |
| main.ts | 2 hafta önce | |
| tailwind.config.ts | 6 gün önce | |
| vite.config.ts | 6 gün önce |
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