Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 756 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 756 Bytes

WattTheBoard

Collaborating on WattTheBoard:

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/WattThePark/WattTheBoard.git this repository
  • change into the new directory
  • npm install

Running / Development

Running Tests

  • nwb test will run the tests once
  • nwb test --server will run the tests on every change

Building

  • nwb build (production)
  • nwb build --set-env-NODE_ENV=development (development)