To run this site locally,
-
Create a file in the project root called
.env.production
with the contentsGATSBY_AIRTABLE_KEY=somekey
.somekey
needs to be a valid AirTable API key; if you're part of QueerJS and need the real API key, ask another organizer to give it to you. -
Run the following in terminal:
npm i
npm run dev
or
yarn install
yarn run dev
- Navigate to
http://localhost:8000
.
- Go to data and make a new YAML file for your city
- Website to make google calendar links: https://decomaan.github.io/google-calendar-link-generator/
If you discover any bugs in this site, please file an issue.
Thank you ✨