A web-based, shareable, self-hosted Markdown editor built with deno
|
|
5 dienas atpakaļ | |
|---|---|---|
| .vscode | 2 gadi atpakaļ | |
| assets | 1 nedēļu atpakaļ | |
| components | 1 nedēļu atpakaļ | |
| islands | 1 nedēļu atpakaļ | |
| routes | 6 dienas atpakaļ | |
| static | 2 nedēļas atpakaļ | |
| tests | 6 dienas atpakaļ | |
| utils | 6 dienas atpakaļ | |
| .dockerignore | 6 dienas atpakaļ | |
| .drone.yml | 2 gadi atpakaļ | |
| .gitignore | 5 dienas atpakaļ | |
| Dockerfile | 2 nedēļas atpakaļ | |
| LICENSE | 2 gadi atpakaļ | |
| README.md | 2 nedēļas atpakaļ | |
| client.ts | 2 nedēļas atpakaļ | |
| deno.json | 6 dienas atpakaļ | |
| deno.lock | 6 dienas atpakaļ | |
| main.ts | 2 nedēļas atpakaļ | |
| tailwind.config.ts | 1 nedēļu atpakaļ | |
| vite.config.ts | 1 nedēļu atpakaļ |
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