mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
📝(readme) steps to start frontend
Define the steps to start the frontend in development mode.
This commit is contained in:
parent
bbafce64e7
commit
895aaff2d3
1 changed files with 12 additions and 1 deletions
13
README.md
13
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue