We're a group of women and non-binary ReactJS enthusiasts in New York City (and beyond).
React Ladies is a website that allows users to run the site locally by configuring an AIRTABLE_KEY, AIRTABLE_BASE, and AIRTABLE_TABLE. Users can also install the netlify-cli to run the registration function locally and navigate to the site on their localhost. Additionally, users can add a new event by creating a new YAML file in the data section of the website.
To run the React Ladies site locally:
.env.production
with the contents:AIRTABLE_KEY=somekey
AIRTABLE_BASE=somebase
AIRTABLE_TABLE=tablename
somekey
with a valid AirTable API key, somebase
with a valid Airtable Base ID, and tablename
with a valid Airtable Table ID.some terminal command to install netlify-cli
React Ladies is a website that provides users with the ability to configure and run the site locally, add events, and report bugs. By following the installation guide provided, users can set up the site to run on their local machines and contribute to its functionality.