alromh87 / precious-plastic-map

our maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Precious Plastic Network

Building a database of plastic recyclers (https://map.preciousplastic.com)

Development

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

About

our maps


Languages

Language:CSS 65.6%Language:JavaScript 31.4%Language:HTML 3.0%