Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 394 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 394 Bytes

Live site for BostonHacks Fall 2018

Setup

Check that you have recent versions of node and yarn. You can install yarn with npm (that comes with the installtion of node).

To install the necessary dependencies, run:

yarn install

Main commands

For development environment test, run:

yarn run serve

For production environment compilation, run:

yarn run build