📝(readme) steps to start frontend
Define the steps to start the frontend in development mode.
This commit is contained in:
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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user