Take 25 minutes working and 5 minutes learning cyrillic alphabet.
Clone this repository.
git clone https://github.com/fernandopiniani/cyrillic-pomodoro.git
On cloned directory, install dependencies.
npm i
Run start command.
npm start
Application should automatically open on the following url: http://localhost:3000/
On cloned directory, build the image.
docker build . -t cyrillic-pomodoro
Run the image mapping on the desired port.
docker run -p <port>:3000 -d cyrillic-pomodoro
Application should be running on the following url: http://localhost:3000/