We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22573d7 + 5ffeb2b commit 455e4feCopy full SHA for 455e4fe
README.md
@@ -1,10 +1,30 @@
1
# QueerJS
2
3
-## Add a city
+## Getting Started
4
+
5
+To run this site locally,
6
7
+1. Run the following in terminal:
8
9
+```sh
10
+npm i
11
+npm run dev
12
+```
13
14
+or
15
16
17
+yarn install
18
+yarn run dev
19
20
21
+2. Navigate to `http://localhost:8000`.
22
23
+## Adding a New Meetup City
24
25
- Go to data and make a new YAML file for your city
26
- Website to make google calendar links: https://decomaan.github.io/google-calendar-link-generator/
27
-If you have any issues please create an issue
28
+If you discover any bugs in this site, please [file an issue](https://github.com/queerjs/website/issues/new).
29
-Thank you
30
+Thank you ✨
0 commit comments