/parks-wiki-winnipeg

An Open Source simple Wiki website for all parks and open spaces in Winnipeg City.

Primary LanguageCSS

winnipeg-parks-wiki

Note

Create config.js at root level of the project and add following code to run this website locally.

export default {
  // Exporting access token used for mapbox component
  ACCESS_TOKEN: '<your mapbox access token>',
};