An interactive map built in Leaflet to display Alliance for Peacebuildings various members across the world.
You need to acquire KEY_ID.txt
, a file added to the .gitignore
containing the API key and Client ID on two lines. Add this file containing the two secrets to the project root.
- Install
firebase
Command Line Tools. - Follow the steps listed here to deploy: https://firebase.google.com/docs/hosting.
- Make sure to run
firebase emulators:start
with the local key and local client (put these inKEY_ID.txt
) to make sure everything is working before deploying. - Then, put the Deploy API key and Client ID into
KEY_ID.txt
. - Run
firebase deploy
- Finally, navigate to https://afpmap.web.app/.
Please make your changes on a separate branch and submit an MR for review. Name the branch according to the issue.
DO NOT push to main.