From 534fa5658605d055a64752fc07ce6850a1d96d92 Mon Sep 17 00:00:00 2001 From: Olivier Penhoat Date: Sat, 21 Oct 2023 06:49:45 +0200 Subject: [PATCH] [DOC] Update doc --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 03e5682..637ee01 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,18 @@ npm start ``` For a better keyboard experience, on Linux, use: + ```shell bin/start ``` +Run in production mode: + +```shell +npm run build +npm run start:production +``` + Enjoy! ### References