Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 813 Bytes

File metadata and controls

16 lines (15 loc) · 813 Bytes

Developer Guide

To start FellowMap locally, you can follow these steps:

  1. Clone the repository
  2. Create a github personal access token by following the docs here. This github token will be required for fetching and organizing public information about fellows.
  3. Get an open cage API key by signing up here. This API key is used for geocoding (translating names of places to coordinates and vice versa)
  4. Create a .env file with the following contents and fill in your token and API key that you received from step 2 and 3.
GITHUB_TOKEN=
OPEN_CAGE_API_KEY=
  1. We're good to go! Run the following commands to start your development server.
yarn install
yarn start