- Create a
.env
file in the root folder of the repo with the below contents:VITE_MAPBOX_TOKEN=insert_mapbox_token_here VITE_GOOGLE_API_KEY=insert_google_api_key_here
- Run the below commands
yarn install yarn start
Before raising a pull request for feature additions, please open an issue discussing the change.
Please follow the below guidelines for consistency and ease of review:
- Configure Prettier to run on file save for your IDE
- Use concise and descriptive commit messages