To start FellowMap locally, you can follow these steps:
- Clone the repository
- 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.
- 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)
- Create a
.envfile 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=
- We're good to go! Run the following commands to start your development server.
yarn install
yarn start