This project is for the FreeCodeCamp React Curriculum.
Live Demo: https://c-ehrlich.github.io/pomodoro/
npm i
npm run
Add a homepage field to your package.json:
"homepage": "https://<Your GitHub Username>.github.io/pomodoro",
Install gh-pages:
npm i --save gh-pages
Deploy the site:
npm run deploy
More information in the Create React App docs.
