Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 658 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 658 Bytes

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.