Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update readme about how to set the env variables
  • Loading branch information
Nicole Garcia committed Jun 28, 2022
commit a8463e0cd995ea9ddf4fe482fa11e43ebe38308c
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Yo have 2 ways to run this project in dev mode:
- 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.

**Second**:
- First you need to set de environment variables using the next commands
- Set the environment variables executing the following commands:
```bash
set -a
source .env
Expand Down