A web-based, shareable, self-hosted Markdown editor built with deno
|
|
3 днів тому | |
|---|---|---|
| .vite | 3 днів тому | |
| .vscode | 2 роки тому | |
| assets | 4 днів тому | |
| components | 4 днів тому | |
| islands | 4 днів тому | |
| routes | 4 днів тому | |
| static | 1 тиждень тому | |
| tests | 3 днів тому | |
| utils | 4 днів тому | |
| .dockerignore | 4 днів тому | |
| .drone.yml | 2 роки тому | |
| .gitignore | 2 тижнів тому | |
| Dockerfile | 1 тиждень тому | |
| LICENSE | 2 роки тому | |
| README.md | 1 тиждень тому | |
| client.ts | 2 тижнів тому | |
| deno.json | 3 днів тому | |
| deno.lock | 3 днів тому | |
| main.ts | 2 тижнів тому | |
| tailwind.config.ts | 4 днів тому | |
| vite.config.ts | 4 днів тому |
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