Move.it is a project created by Rocketseat initially to be a platform that combines the technique of pomodoro with exercises for well-being for those who spend many hours in front of a computer.
#clone repository
$ git clone https://github.com/delania-oliveira/nlw-moveit.git
# install dependencies
$ yarn
$ npm install
# run app
$ yarn dev
$ npm start
Open http://localhost:3000 to view it in the browser.
Let me know if you find some issue Report here
Make with 💜 by Delania Oliveira.