Skip to content

svef/vefverdlaun.is

Repository files navigation

vefverdlaun.is

Build Status (master) Build Status (develop) GitHub Release

Quick start

These are the available scripts

Run local dev environment

npm run dev
  supervisor --watch gulp,gulpfile.js --no-restart-on exit --quiet --exec gulp server

Run lint

npm run lint
  eslint .

Run tests

npm run test
  nyc ava

Run tests on every change

npm run test-dev
  supervisor --quiet --watch test,src/scripts --no-restart-on exit --exec npm -- run test --silent

Single static build

npm run build
  gulp build