Skip to content

Evoney/countdown

Repository files navigation

Countdown

Countdown

Contributing

This repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request.

Using

Pass the minutes number as a parameters url like: http://localhost:3000/?minutes=20 for 20 minutes

Building

You'll need Node.js installed on your computer in order to build this app.

$ git clone https://github.com/evoney/countdown.git
$ cd countdown
$ npm install
$ npm run dev

Runs the app in the development mode.