/puzzles-iv

💯

Primary LanguageJavaScript

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.