Skip to content

Anshul-Birla/cse110-w21-group28

Repository files navigation

Go Go Pomo

CD

Go Go Pomo is a web application dedicated to making the Pomodoro Technique as easy as possible.

Setup

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.

Next Steps

To view documentation for the app, visit here

To get started contributing, visit the How to Contribute in the wiki