This project provides a map of all of the events specific to an organization's account in Mobilize America. It loads the events via the Mobilize API (docs for /events endpoint).
The project originated with the Tech for Warren group in 2019.
The event map is now live at https://hope-and-code-labs.github.io/eventmap/! Future merges to the gh-pages
branch will update this site.
You can clone the GitHub repo or download it from the repo page. After it is on your local machine, be sure to run npm install
to install all dependencies.
Change the mobilizeOrgId
variable in src/App.js to reflect your organization's id in Mobilize. The default is the organization id for the Warren for President campaign.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Should ideally be done from the main
branch.
Follows the create-react-app Github Pages deployment steps.