Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/React-Robins/website
We're a group of women and non-binary ReactJS enthusiasts in New York City (and beyond).
https://github.com/React-Robins/website
gatsby hacktoberfest javascript react women-in-tech womenwhocode
Last synced: 3 days ago
JSON representation
We're a group of women and non-binary ReactJS enthusiasts in New York City (and beyond).
- Host: GitHub
- URL: https://github.com/React-Robins/website
- Owner: React-Robins
- License: mit
- Created: 2018-10-03T22:44:52.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T23:38:38.000Z (3 months ago)
- Last Synced: 2024-11-05T01:25:53.296Z (12 days ago)
- Topics: gatsby, hacktoberfest, javascript, react, women-in-tech, womenwhocode
- Language: JavaScript
- Homepage: https://reactrobins.com
- Size: 64.3 MB
- Stars: 118
- Watchers: 9
- Forks: 27
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Ladies
## Getting Started
To run this site locally you will need to configure an AIRTABLE_KEY (user-level access to your Airtable account),
AIRTABLE_BASE (spreadsheet level access to an Airtable base) and AIRTABLE_TABLE (table level access within an Airtable base).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.
2. add `AIRTABLE_BASE=somebase`. `somebase` needs to be a valid Airtable Base ID.3. add `AIRTABLE_TABLE=tablename`. `tablename` needs to be a valid Airtable Table ID.
3. Run the following in terminal:
To install the `netlify-cli` in order to be able to run the registration function locally.```sh
npm install -g netlify-cli
npm i
npm run start
```or
```sh
yarn add -g netlify-cli
yarn install
yarn start
```1. Navigate to `http://localhost:8888`.
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`.
## Adding a New Event
- Go to data and make a new YAML file for your location
- 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](https://github.com/react-robins/website/issues/new).
This website was originally based off of a fork of -> https://github.com/queerjs/website.
Thank you ✨