Rotting pineapple by Kelsey Clarke
Browser application for watching and interacting with Tepache Mode This is a work in progress with high churn
Player provided by OvenPlayer
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
- [Firebase CLI]](https://firebase.google.com/docs/cli)
git clone https://github.com/manufacturedba/tepacheweb
this repositorycd tepacheweb
npm install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
npm start
Be sure to build application prior to running production server
TODO - Say goodbye to standalone google analytics package
GOOGLE_MEASUREMENT_ID
- Unique tag ID for Google Analytics usage V4
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
npm run lint
npm run lint:fix
ember build
(development)GOOGLE_MEASUREMENT_ID=G-XXXXXXXXXX ember build --environment production
(production)