A mutually supportive community where deeply emotional things you can't tell people you know can be told.
.env.development.local file should look like this:
REACT_APP_API_URL = http://localhost:4000
To start the app run:
yarn install
yarn start
Api is located here.