Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 844 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 844 Bytes

Suma Prototype

Brunch app to demonstrate proposed features to be implemented by Mann Library for next generation of Suma data collection client.

Getting started

  1. Install (if you don't have them)
  • Node.js: $ brew install node on OS X
  • Brunch: $ npm install -g brunch
  1. Clone this repository
  1. Install dependencies
  • $ npm install
  1. Run
  • $ npm start — serve the project via Browsersync
  • $ brunch build --production — builds minified project for production

More details on the app structure and config can be found in brunch-with-foo README