Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 415 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 415 Bytes

Boilermake 2016 Puzzles

Getting started

  • Install (if you don't have them):
    • Node.js: brew install node on OS X
    • Brunch: npm install -g brunch
    • Brunch plugins and app dependencies: npm install
  • Configure:
    • cp .env.example .env
    • Edit placeholder configuration values to appropriate values
  • Run:
    • npm start to start the server.