Go Go Pomo is a web application dedicated to making the Pomodoro Technique as easy as possible.
Requires:
- NodeJS + NPM
First, clone and cd into the repo
$ git clone <url>
$ cd cse110-w21-group28
Install all the dependencies
$ npm install
Start the webapp on a local server
$ npm start
To view the app, open the localhost url in Chrome.
To view documentation for the app, visit here
To get started contributing, visit the How to Contribute in the wiki