git clone [email protected]:youpressed/juice-core.git
this repositorycd juice-core
npm install -g ember-cli
brew install yarn
yarn 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 test
ember test --server
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember build
(development)ember build --environment production
(production)