Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.38 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.38 KB

Event Map

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.

Working version

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.

Getting Started - Cloning & Installation

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.

Running App Locally - npm start

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.

Deploying For Github Pages - npm run deploy

Should ideally be done from the main branch.

Follows the create-react-app Github Pages deployment steps.