A clone of the move.it app (app based on the Pomodorus Technique), developed by Rocketseat at NextLevelWeek 4
- Clone this repo using
git clone git@github.com:Laerthe-Souza/move-on.git
. - Move yourself to the following directory
cd move-on
. - Run
yarn
to install all dependencies. - You will need to create a database. Please, view this video to guide you.
- To login with github, you will need to set up the OAuth app on your github account. For this, check this documentation to guide you.
- After completing the previous steps, create the
.env.local
file and add the environment variables of the.env.example
file. - Run
yarn dev
to start the development server onhttp://localhost:3000
This project is licensed under the MIT License - check the LICENSE page for details.