Skip to content

youpressed/juice-core

Repository files navigation

juice-core

Installation

  • git clone [email protected]: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
  1. Setup your new .env with the following vars
  2. ALL_DOCS_ENDPOINT=AWS Lambda PDF endpoint
  3. AUTH0_CLIENT_ID=AUTH0_CLIENT_ID
  4. AUTH0_DOMAIN=AUTH0_DOMAIN
  5. API_KEY=Firebase API Key
  6. AUTH_DOMAIN=FIREBASE_AUTH_DOMAIN
  7. DATABASE_URL=FIREBASE_DATABASE_URL
  8. STORAGE_BUCKET=FIREBASE_STORAGE_BUCKET_URL
  9. ALGOLIA_APPLICATION_ID=ALGOLIA_APPLICATION_ID
  10. ALGOLIA_SEARCH_API_ID=ALGOLIA_SEARCH_API_ID
  11. GRAND_CENTRAL_FB_DATABASE_URL=firebase_db_url
  12. GRAND_CENTRAL_FB_ORG_ID=ORG_ID
  13. JWPLAYER_KEY=JW_PLAYER_KEY

Running / Development

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published