Prerequisites
- locally installed NodeJS (v12) with NPM
- as alternative you could manage NodeJS with
nvm
Running locally
$ npm i
- install dependencies$ npm run dev
- run local development server- Open http://localhost:1234 in your favourite browser
Testing
$ npm test
- will check javascript files against StandardJS