Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed Sep 10, 2024
1 parent 3223446 commit 8f06d5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,20 @@ Examples:

- you want to develop using real api instead of mocked: use this `.env.local` file

```
# .env.local
REACT_APP_USE_MOCK_API=
```

then `npm start`

- you want to connect your local dev environment to docker api:

```
# .env.local
REACT_APP_USE_MOCK_API=
REACT_APP_BASE_PATH=http://localhost:8080/oh-api
```

then `docker-compose up database backend && npm start`

Expand Down

0 comments on commit 8f06d5d

Please sign in to comment.