Microservice skeleton.
-
clone repo and install dependencies
$ git clone ... $ cd pwrspotted $ npm i
-
build and run
$ npm run build $ npm start
-
(optional) want to tinker yourself?
$ npm run dev
pwrspotted is released under the BSD 2-Clause license. See the LICENSE for more details.