From 895aaff2d3f9d1fbcf624cae090cd3f184db8e98 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Fri, 19 Apr 2024 12:01:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(readme)=20steps=20to=20start=20fro?= =?UTF-8?q?ntend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Define the steps to start the frontend in development mode. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33211438..26010b1d 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,20 @@ $ docker compose -v The easiest way to start working on the project is to use GNU Make: ```bash -$ make bootstrap +$ make bootstrap FLUSH_ARGS='--no-input' ``` +Then you can run the following command to start the project in development mode: +```bash +$ make run-front-impress +``` +You will be prompted to log in, the default credentials are: +```bash +username: impress +password: impress +``` +--- + This command builds the `app` container, installs dependencies, performs database migrations and compile translations. It's a good idea to use this command each time you are pulling code from the project repository to avoid