Building a database of plastic recyclers (https://map.preciousplastic.com)
Install Node.JS (All OS)
https://nodejs.org/en/download/package-manager/
Check instalation
$ nodejs -v
v6.9.5 (or higher)
$ npm -v
4.2.0 (or higher)
Clone repository
$ git clone git@github.com:hakkens/precious-plastic-map.git
Install gulp-cli
$ npm install gulp-cli -g
Go to the folder and install dependencies
$ npm install
Execute this npm scripts
$ npm run build-css-libs
Run this while you are working
$ npm run watch-js
$ gulp
Use your favorit tool to render the site:
$ python -m SimpleHTTPServer 8000
# open your web browser to localhost:8000/map.html
$ ruby -run -e httpd . -p 8000
# open your web browser to localhost:8000/map.html