This is a demo overlay, which counts up to a specified number in a specified amount of time.
Made for Guthron.
-
Run
yarnto install dependencies. -
Edit the
durationInMillisecondsto be the number of milliseconds you want the count to last for. -
Edit the
countTotalto be the number you want the count to end at. -
When ready to start the count. Run
yarn startand open http://localhost:1234. The countdown will start immediately.
If you need the counter on a different port. run yarn start -p <new port number>