Skip to content

Commit 9760b20

Browse files
committed
add information about how to set up de env dev
1 parent 358e576 commit 9760b20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ Yo have 2 ways to run this project in dev mode:
8585
- In your project path, open your favourite command line and run the follwing commands: `make build` then `make run` and finally `make logs`. When the project is successfully compiled you can go to `http://localhost:4200/` in your browser. Remember you must have your Docker running.
8686

8787
**Second**:
88+
- First you need to set de environment variables using the next commands
89+
```bash
90+
set -a
91+
source .env
92+
set +a
93+
```
8894
- Run `ng serve` to run the app in dev mode. After executing this command, you can navigate to `http://localhost:4200/` to see the app working. This method is usefull when you want to run a specific branch using less time but not recommended when doing QA.
8995

9096
In any case, the app will automatically reload if you change anything in the source files.

0 commit comments

Comments
 (0)