add info about .env

This commit is contained in:
jb-alvarado 2020-01-30 21:24:41 +01:00
parent 162624672c
commit 1507d36e69

View File

@ -4,6 +4,11 @@
## Build Setup
create `.env`file with `API_URL`, for example:
```
API_URL="http://localhost:8000"
```
``` bash
# install dependencies
$ npm run install