Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-a-t committed Jan 5, 2025
1 parent b35eeba commit dc8d8ff
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# keepwarmindy
# Keep Warm Indy

This template should help get you started developing with Vue 3 in Vite.
A site to track places to warm up in Indy during winter 2025.

The list of warming centers can be found at `/src/assets/warming-centers-2024.json`

## For Development

If you have a place that people are able to stay and warm up at, please [open an issue](https://github.com/matt-a-t/keepwarmindy/issues/new) and include all the information you can about the location.

If you would like to contribute, please feel free to open a pull request. If you don't know what that means but want to contribute, feel free to [reach out to Matt](https://github.com/matt-a-t) and we can figure that out.

# For Development

This app is built with Vue. See below for recommended setup and usage.

## Google maps

This app includes a Google API key for the map view. This key has been locked down to only work from the domain keepwarmindy.org. If you want to develop locally, you'll need to replace it with your own key requested from Google. Make sure not to include your API keys in any commits that get pushed to the remote, or make sure you are properly securing your key to avoid malicious actors getting a hold of your key.

## Recommended IDE Setup

Expand Down

0 comments on commit dc8d8ff

Please sign in to comment.