Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraVieira committed Feb 15, 2024
1 parent f45fd9a commit dc438b3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,21 @@

To run this site locally,

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.

2. Run the following in terminal:
1. Run the following in terminal:

```sh
npm i
npm run dev
```

or
or

```sh
yarn install
yarn run dev
```

3. Navigate to `http://localhost:8000`.
2. Navigate to `http://localhost:8000`.

## Adding a New Meetup City

Expand Down

0 comments on commit dc438b3

Please sign in to comment.