dkrichards86 / downtimer

Downtimer is a browser based productivity timer and wellness app.
https://downtimer.io
MIT License
0 stars 0 forks source link

Downtimer

Downtimer is a browser based productivity timer.

CircleCI codecov License: MIT

Development

This guide assumes NPM is installed.

Install dependencies

First, install NPM dependencies via npm install

Serve locally in development mode at localhost:8080

To run a local version of the application, run npm run serve

Build for production with minification

npm run build

Run unit tests

When making changes, be sure to run unit tests (with code coverage reports) with npm run test:unit

Run ESlint

Don't forget to make sure your code meets our code standards npm run lint