diegocasmo / workouter-web

Create and execute custom interval training style workouts.

Home Page:https://workouterweb.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create and execute custom interval training style workouts.

Installation

  • Run yarn install to install dependencies
  • Run yarn start to start the app in development mode

Testing

  • Run yarn test to run the test watcher in an interactive mode
    • By default, runs tests related to files changed since the last commit

Heroku deployment

  • Run the following commands to deploy the app to Heroku:
    • These commands assume you have added the Heroku app remote (i.e., heroku git:remote -a workouterweb)
heroku maintenance:on -a workouterweb
git push heroku master
heroku maintenance:off -a workouterweb

About

Create and execute custom interval training style workouts.

https://workouterweb.herokuapp.com/


Languages

Language:JavaScript 97.6%Language:CSS 1.4%Language:HTML 1.0%