Bläddra i källkod

Update README.md

jerryliao 1 år sedan
förälder
incheckning
ac340fb4a2
1 ändrade filer med 21 tillägg och 0 borttagningar
  1. 21 0
      README.md

+ 21 - 0
README.md

@@ -1,3 +1,24 @@
 # postdown
 
+<img align="right" src="https://git.jerryliao.cn/jerryliao/postdown/raw/main/static/postdown.png" height="128px" alt="the postdown logo designed by Chris Peng">
+
+[![Build Status](https://cicd.jerryliao.cn/api/badges/jerryliao/postdown/status.svg)](https://cicd.jerryliao.cn/jerryliao/postdown)
+
 A web-based, shareable, self-hosted Markdown editor built with deno
+
+## Demo
+
+Visit [https://post.jerryliao.cn](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](https://fresh.deno.dev/docs/getting-started/deploy-to-production)
+
+## Development
+
+Install `deno` runtime according to
+[this doc](https://docs.deno.com/runtime/manual), 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