juice-core Installation git clone git@github.com:youpressed/juice-core.git this repository cd juice-core npm install -g ember-cli brew install yarn yarn install Setting up dev environment touch .env Setup your new .env with the following vars ALL_DOCS_ENDPOINT=AWS Lambda PDF endpoint AUTH0_CLIENT_ID=AUTH0_CLIENT_ID AUTH0_DOMAIN=AUTH0_DOMAIN API_KEY=Firebase API Key AUTH_DOMAIN=FIREBASE_AUTH_DOMAIN DATABASE_URL=FIREBASE_DATABASE_URL STORAGE_BUCKET=FIREBASE_STORAGE_BUCKET_URL ALGOLIA_APPLICATION_ID=ALGOLIA_APPLICATION_ID ALGOLIA_SEARCH_API_ID=ALGOLIA_SEARCH_API_ID GRAND_CENTRAL_FB_DATABASE_URL=firebase_db_url GRAND_CENTRAL_FB_ORG_ID=ORG_ID JWPLAYER_KEY=JW_PLAYER_KEY Running / Development ember serve Visit your app at http://localhost:4200. Visit your tests at http://localhost:4200/tests. Running Tests ember test ember test --server Linting npm run lint:hbs npm run lint:js npm run lint:js -- --fix Building ember build (development) ember build --environment production (production)