/tapdown

Count down from 20 (or 40).

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

tapdown

tapdown is a life counter application intended to be run from a webpage.

Dependencies

Dependencies are managed with yarn. Ensure you do not install dependencies with NODE_ENV=production, or you will not be able to build tapdown.

Building

You can build tapdown via the following:

NODE_ENV=production yarn run webpack

Development

You can run a development server via:

yarn run webpack-dev-server