From 8c5e03f885c3e2ad7e5acafdaa61160c25e99e99 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Thu, 11 Jul 2024 12:27:58 +0200 Subject: [PATCH] docs: :memo: update readme instructions --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e2a2d58..949a77a 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,18 @@ TODO TODO -```sh -deno task start # Local watch mode +### Local watch mode -deno task build && deno task serve # Production run +```sh +mkcert -install # If mkcert is not installed in your root ca +mkcert -ecdsa localhost # Only once to issue localhost certificates +deno task start +``` + +### Production run + +```sh +deno task build && deno task serve ``` ## 🤝 Contributing @@ -43,6 +51,8 @@ Any kind of contribution is welcomed. Please read **Required dependencies**: - [`deno`](https://deno.land) To run project (code, ci, ...). +- [`mkcert`](https://github.com/FiloSottile/mkcert) To get https self signed + certificate for localhost. **Using VSCode**: