Skip to content

Commit 7e13009

Browse files
committed
initial commit with changes for react-ladies
1 parent 3aba927 commit 7e13009

File tree

105 files changed

+502
-2248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+502
-2248
lines changed

README.md

+23-10
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,45 @@
1-
# QueerJS
1+
# React Ladies
22

33
## Getting Started
44

5-
To run this site locally,
5+
To run this site locally you will need to configure an AIRTABLE_KEY (user-level access to your Airtable account),
6+
AIRTABLE_BASE (spreadsheet level access to an Airtable base) and AIRTABLE_TABLE (table level access within an Airtable base).
67

7-
1. Create a file in the project root called `.env.production` with the contents `GATSBY_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.
8+
1. Create a file in the project root called `.env.production` with the contents `AIRTABLE_KEY=somekey`. `somekey` needs to be a valid AirTable API key; if you're part of React Ldies and need the real API key, ask another organizer to give it to you.
9+
10+
2. add `AIRTABLE_BASE=somebase`. `somebase` needs to be a valid Airtable Base ID.
811

9-
2. Run the following in terminal:
12+
3. add `AIRTABLE_TABLE=tablename`. `tablename` needs to be a valid Airtable Table ID.
13+
14+
3. Run the following in terminal:
15+
To install the `netlify-cli` in order to be able to run the registration function locally.
1016

1117
```sh
18+
npm install -g netlify-cli
1219
npm i
13-
npm run dev
20+
npm run start
1421
```
1522

1623
or
1724

1825
```sh
26+
yarn add -g netlify-cli
1927
yarn install
20-
yarn run dev
28+
yarn start
2129
```
2230

23-
3. Navigate to `http://localhost:8000`.
31+
1. Navigate to `http://localhost:8888`.
32+
33+
If you'd like to run the site without setting up Netlify functions locally then you can run `yarn dev` or `npm run dev` instead of `start` and then navigate to the site at `http://localhost:8000`.
2434

25-
## Adding a New Meetup City
2635

27-
- Go to data and make a new YAML file for your city
36+
## Adding a New Event
37+
38+
- Go to data and make a new YAML file for your location
2839
- Website to make google calendar links: https://decomaan.github.io/google-calendar-link-generator/
2940

30-
If you discover any bugs in this site, please [file an issue](https://github.com/queerjs/website/issues/new).
41+
If you discover any bugs in this site, please [file an issue](https://github.com/react-ladies/website/issues/new).
42+
43+
This website was originally based off of a fork of -> https://github.com/queerjs/website.
3144

3245
Thank you ✨

data/amsterdam.yaml

-53
This file was deleted.

data/barcelona.yaml

-31
This file was deleted.

data/berlin.yaml

-42
This file was deleted.

data/cologne.yaml

-44
This file was deleted.

data/icons/amsterdam/amsterdam-hover.svg

-1
This file was deleted.

data/icons/amsterdam/amsterdam.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)