A web-based, shareable, self-hosted Markdown editor built with deno
|
|
4 天之前 | |
|---|---|---|
| .vscode | 2 年之前 | |
| assets | 6 天之前 | |
| components | 6 天之前 | |
| islands | 6 天之前 | |
| routes | 5 天之前 | |
| static | 2 周之前 | |
| tests | 5 天之前 | |
| utils | 5 天之前 | |
| .dockerignore | 5 天之前 | |
| .drone.yml | 2 年之前 | |
| .gitignore | 4 天之前 | |
| Dockerfile | 2 周之前 | |
| LICENSE | 2 年之前 | |
| README.md | 2 周之前 | |
| client.ts | 2 周之前 | |
| deno.json | 5 天之前 | |
| deno.lock | 5 天之前 | |
| main.ts | 2 周之前 | |
| tailwind.config.ts | 6 天之前 | |
| vite.config.ts | 6 天之前 |
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