📝(readme) steps to start frontend

Define the steps to start the frontend in
development mode.
This commit is contained in:
Anthony LC
2024-04-19 12:01:15 +02:00
committed by Anthony LC
parent bbafce64e7
commit 895aaff2d3

View File

@@ -28,9 +28,20 @@ $ docker compose -v
The easiest way to start working on the project is to use GNU Make: The easiest way to start working on the project is to use GNU Make:
```bash ```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 This command builds the `app` container, installs dependencies, performs
database migrations and compile translations. It's a good idea to use this 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 command each time you are pulling code from the project repository to avoid