|
@@ -14,11 +14,11 @@ Visit [https://post.jerryliao.cn](https://post.jerryliao.cn)
|
|
|
|
|
|
|
|
You can deploy the project with docker by using `Dockerfile` in this repo to
|
|
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
|
|
build a docker image or use `Deno Deploy` officially recommended in
|
|
|
-[this doc](https://fresh.deno.dev/docs/getting-started/deploy-to-production)
|
|
|
|
|
|
|
+[this doc](https://fresh.deno.dev/docs/deployment/deno-deploy)
|
|
|
|
|
|
|
|
## Development
|
|
## 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
|
|
|
|
|
|
|
+Install `deno` runtime according to [this doc](https://docs.deno.com/runtime/),
|
|
|
|
|
+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
|