A library of stretches that allow users to filter based on need and build their own routines.
- Clone down this repo
- At the root of the project, run
npm install - Create a project in Firebase
- Add a web app to the project and enable Google authentication
- Create a real-time database and seed it with the data from the database directory
- Create a file named
/helpers/data/apiKeys.jsonand add your Firebase keys using theapiKeys.example.jsonas a template
- In your terminal, type
npm start
Note: if you want to make a production build of this project, type npm run build. This will create a folder called build with all the minified code you need.
- In your terminal, type
npm run deploy
