Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 312 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 312 Bytes

Grooming-meter

Installation

Grooming-meter requires Node.js v8+ to run.

Install the dependencies and devDependencies and start the server.

$ cd grooming-meter
$ npm install -d
$ npm run start

Building for source

For production release:

$ npm run build