Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 458 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 458 Bytes

Pomodoro

This is a tool to help you use Pomodoro technique.

This project has been made with educational purposes.

The main idea here was to build a project using React.

You can check this tool online at https://www.pomodoroonline.net/

Usage

To install NPM dependencies:

docker-compose run --rm npm install

To run development mode:

docker-compose up start

To run build:

docker-compose run --rm npm run build