Skip to content

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:

  1. If you are not familiar with env variables and dotenv package, please go to check:
  1. Create .env.development and .env.production files in the root folder of the app.
  2. Add these 2 lines of code in each file
CONTENTFUL_ID=token1
CONTENTFUL_TOKEN=token2
  1. Get current tokens from the active contributors.
  2. Run the app.
Clone this wiki locally