/data
contains all data from the mongo database we used during Eco_Hack 2016.- Except...
- data is in JSON so it’s easier to manipulate with JavaScript
- data is paged into 4 pages -
entries-1.json
throughentries-4.json
entries-sample.json
is for fun and experiments- contains first 16 entries from
entries-1.json
- contains first 16 entries from
- Except...
/main.js
is the main entry point/config
contains credentials for Firebase accessfirebase.sample.js
is a fake config- Real config is kept private
- Create real
/config/firebase.js
$ npm i
$ npm run dev