Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 936 Bytes

File metadata and controls

22 lines (15 loc) · 936 Bytes

British Columbia Environmental Assessment Map

This is a map of past and pending environmental assessments in British Columbia, Canada. It's built with Brunch, Leaflet.js, and React.

It's available at http://ngottlieb.github.io/british-columbia-environmental-assessments-map.

The data are sourced from an API endpoint at https://projects.eao.gov.bc.ca.

Running Locally

  • Get setup:
    • Node.js: brew install node on OS X
    • Brunch: npm install -g brunch
    • Brunch plugins and app dependencies: npm install
  • Clone the repo
  • Run:
    • npm start — watches the project with continuous rebuild. This will also launch HTTP server with pushState.
    • npm run build — builds minified project for production

Contributions

Contributions and/or suggestions are welcome.