-
Notifications
You must be signed in to change notification settings - Fork 0
Env variables
Marina Biletska edited this page Jun 20, 2018
·
1 revision
Hey!
Our app depends on env variables
which we aren't tracking with git.
In order to run the app please follow the next steps:
- If you are not familiar with
env variables
anddotenv
package, please go to check:
- Create
.env.development
and.env.production
files in the root folder of the app. - Add these 2 lines of code in each file
CONTENTFUL_ID=token1
CONTENTFUL_TOKEN=token2
- Get current tokens from the active contributors.
- Run the app.