A web-based, shareable, self-hosted Markdown editor built with deno
|
|
hai 1 día | |
|---|---|---|
| .githooks | hai 2 días | |
| .vscode | %!s(int64=2) %!d(string=hai) anos | |
| assets | hai 2 días | |
| components | hai 1 día | |
| islands | hai 1 día | |
| routes | hai 1 día | |
| static | hai 2 días | |
| tests | hai 1 día | |
| utils | hai 2 días | |
| .dockerignore | hai 3 días | |
| .drone.yml | %!s(int64=2) %!d(string=hai) anos | |
| .gitignore | hai 2 días | |
| Dockerfile | hai 1 semana | |
| LICENSE | %!s(int64=2) %!d(string=hai) anos | |
| README.md | hai 2 días | |
| client.ts | hai 1 semana | |
| deno.json | hai 1 día | |
| deno.lock | hai 1 día | |
| main.ts | hai 1 semana | |
| tailwind.config.ts | hai 3 días | |
| vite.config.ts | hai 3 días |
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 run the setup task to install dependencies and enable git hooks:
deno task setup
Start the dev server and visit localhost:8000:
deno task dev
deno task dev - Start the development serverdeno task test - Run all tests (backend + UI)deno task check - Check formatting, linting, and typesdeno task setup - Install dependencies and configure git hooksA pre-commit hook is configured via .githooks/ to automatically format staged
files and run tests before each commit. If auto-formatting fails, the commit is
aborted. The deno task setup command enables this by setting core.hooksPath
to .githooks/.