From 99e9e806e602e97f8e7488eaa8c7065d2cd5a58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 12 Oct 2023 14:04:45 +0200 Subject: [PATCH] improve readme: bootstrap in one command --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index cd34f91..29a1cbe 100755 --- a/readme.md +++ b/readme.md @@ -1,6 +1,9 @@ # Specifics for CHILL website ## Using docker + +**Note**: it is possible to install using this single command: `docker compose run --rm front npm i` + Since we are using docker to launch the website a few things must be done if you are launching it for the first time. Follow these steps: