Skip to content

myersjustinc/nicar18-suggestions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chicago suggestions for #NICAR18 attendees

http://nicar.journalism.ninja/chicago/

Tabletop-driven, webpack-built list of suggestions for what NICAR 2018 attendees should eat and see while visiting Chicago.

Building

Install dependencies if needed:

$ npm install

Run JSHint on the code if you want:

$ npm run lint

And build the production JS/CSS bundle:

$ npm run build