This is the front end of the Open Council Data Platform prototype. It is a static HTML/Javascript site, with embedded Mapbox previews.
The back end is at https://github.com/OpenCouncilData/Aggregator.
An early prototype for what a data aggregation site might look like.
You can build and run a development server with Budo, included.
npm installnpm start- View in browser, http://localhost:9966
To save the built bundle so it can be uploaded to Github Pages:
npm run build