Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.95 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.95 KB

📈 Workout Analytics

A React application to visualize workout data. Try it at https://workout-analytics.netlify.app.

🔥 Status

Netlify Status Build status codecov

🏃‍♂️ Scripts

Run locally

  1. yarn : Install dependencies
  2. yarn start : Start create-react-app server

Build & deploy

After running the project locally (see above), the following steps will product a deployment-ready build.

  1. yarn test : Run Jest tests
  2. yarn build : Create a production ready build
  3. yarn serve : Start a local server to preview the production build

Contributing

For more information, see docs/

  • yarn skeletor : Generate Skeletor styles
  • yarn typebeast : Generate Typebeast styles
  • yarn generate:transformer: Follow prompts to create a new transformer
  • yarn generate:page-app: Follow prompts to create a protected app page (requires data)
  • yarn generate:page-other: Follow prompts to create an unprotected support page
  • yarn run: Show scripts defined in ./package.json

🎨 Built with