Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 583 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 583 Bytes

Count-Up Overlay Demo

This is a demo overlay, which counts up to a specified number in a specified amount of time.

Made for Guthron.

To Use

  1. Run yarn to install dependencies.

  2. Edit the durationInMilliseconds to be the number of milliseconds you want the count to last for.

  3. Edit the countTotal to be the number you want the count to end at.

  4. When ready to start the count. Run yarn start and open http://localhost:1234. The countdown will start immediately.

Tips

If you need the counter on a different port. run yarn start -p <new port number>