A web-based, shareable, self-hosted Markdown editor built with deno

jerryliao 74efd0d06c Finish Fresh 2.x upgrade há 1 dia atrás
.vscode 92e36d18ad Bump dependency versions & add CICD support há 2 anos atrás
assets 74efd0d06c Finish Fresh 2.x upgrade há 1 dia atrás
islands 74efd0d06c Finish Fresh 2.x upgrade há 1 dia atrás
routes 74efd0d06c Finish Fresh 2.x upgrade há 1 dia atrás
static 74efd0d06c Finish Fresh 2.x upgrade há 1 dia atrás
utils 74efd0d06c Finish Fresh 2.x upgrade há 1 dia atrás
.dockerignore 92e36d18ad Bump dependency versions & add CICD support há 2 anos atrás
.drone.yml 92e36d18ad Bump dependency versions & add CICD support há 2 anos atrás
.gitignore 74efd0d06c Finish Fresh 2.x upgrade há 1 dia atrás
Dockerfile 92e36d18ad Bump dependency versions & add CICD support há 2 anos atrás
LICENSE 79f751ee49 Initial commit há 2 anos atrás
README.md ac340fb4a2 Update README.md há 2 anos atrás
client.ts 74efd0d06c Finish Fresh 2.x upgrade há 1 dia atrás
deno.json 74efd0d06c Finish Fresh 2.x upgrade há 1 dia atrás
deno.lock 74efd0d06c Finish Fresh 2.x upgrade há 1 dia atrás
main.ts 74efd0d06c Finish Fresh 2.x upgrade há 1 dia atrás
vite.config.ts 74efd0d06c Finish Fresh 2.x upgrade há 1 dia atrás

README.md

postdown

the postdown logo designed by Chris Peng

Build Status

A web-based, shareable, self-hosted Markdown editor built with deno

Demo

Visit https://post.jerryliao.cn

Deployment

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

Development

Install deno runtime according to this doc, then execute deno task start in the project root, all the dependencies should be automatically installed. Then check localhost:8000 in your browser for the website