Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
.dev.env filter=git-crypt diff=git-crypt
.env filter=git-crypt diff=git-crypt
src/environments/.keys.json filter=git-crypt diff=git-crypt
src/environments/keys.ts filter=git-crypt diff=git-crypt
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ 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**:

note: If you're on windows, use para bash to set up the environment.
- Set the environment variables executing the following commands:
```bash
set -a
source .env
set +a
```
- 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.

In any case, the app will automatically reload if you change anything in the source files.
Expand Down
Binary file removed src/environments/.keys.json
Binary file not shown.
Binary file removed src/environments/keys.ts
Binary file not shown.