git clone git@github.com:youpressed/juice-core.gitthis repositorycd juice-corenpm install -g ember-clibrew install yarnyarn install
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
ember serve- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
ember testember test --server
npm run lint:hbsnpm run lint:jsnpm run lint:js -- --fix
ember build(development)ember build --environment production(production)