Skip to content
Kyle Potts edited this page Oct 5, 2017 · 4 revisions

Local Dev - Getting Started

  1. npm install
  2. Go to this page here and click on the WEB SETUP button on the upper right. These are the environment variables you will need to set up.
  3. From the information from the WEB SETUP button showed you, open up your .bashrc or .zshrc etc and export the following environment variables like so
export REACT_APP_FIREBASE_API_KEY="auth-token-value"
export REACT_APP_FIREBASE_AUTH_DOMAIN="film-indy.firebaseapp.com"
export REACT_APP_FIREBASE_DATABASE_URL="https://film-indy.firebaseio.com"
export REACT_APP_FIREBASE_PROJECT_ID="film-indy"
export REACT_APP_FIREBASE_STORAGE_BUCKET="film-indy.appspot.com"
export REACT_APP_ALGOLIA_APP_ID="AP00SQB8HF"
export REACT_APP_ALGOLIA_ADMIN_KEY="go-to-agolia-website-for-this"
export REACT_APP_ALGOLIA_SEARCH_KEY="go-to-agolia-website-for-this"

source (.zshrc/.bashrc)

  1. npm start -> should open a browser to locahost:3000
Clone this wiki locally