All Projects β†’ React-Robins β†’ website

React-Robins / website

Licence: MIT license
We're a group of women and non-binary ReactJS enthusiasts in New York City (and beyond).

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to website

gatsby-source-s3
A Gatsby source plugin to query against an S3 bucket (including images!)
Stars: ✭ 19 (-83.33%)
Mutual labels:  gatsby
blog
πŸ“ Dev blogs.
Stars: ✭ 17 (-85.09%)
Mutual labels:  gatsby
gatsby-theme-portfolio-minimal
A Gatsby Theme to create modern one-page portfolios with a clean yet expressive design.
Stars: ✭ 51 (-55.26%)
Mutual labels:  gatsby
jiahao.codes
😎 Personal Website
Stars: ✭ 63 (-44.74%)
Mutual labels:  gatsby
gatsby-hacker-news
Gatsby implementation of Hacker News
Stars: ✭ 21 (-81.58%)
Mutual labels:  gatsby
Gatsby-Starter-Typescript-Apollo-Storybook
Starter with the bare essentials needed for a typescript, apollo, storybook, emotion Gatsby site
Stars: ✭ 17 (-85.09%)
Mutual labels:  gatsby
gatsby-plugin-asset-path
Move all of your JS and CSS build files, as well as the static folder into a subdirectory of your choice
Stars: ✭ 14 (-87.72%)
Mutual labels:  gatsby
gatsby-portfolio
Personal product design portfolio for Daniel Destefanis. Also available on Figma as an open-source design.
Stars: ✭ 32 (-71.93%)
Mutual labels:  gatsby
snipcart-gatsby-grav
Grav as Headless CMS Tied to Gatsby with GraphQL Schema
Stars: ✭ 27 (-76.32%)
Mutual labels:  gatsby
wendel.dev
My personal website and blog about software development, bleeding edge and open source πŸ”₯
Stars: ✭ 65 (-42.98%)
Mutual labels:  gatsby
wikis
compilation of Women Who Go wikis
Stars: ✭ 38 (-66.67%)
Mutual labels:  women-in-tech
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+123.68%)
Mutual labels:  gatsby
Site
πŸ‘©β€πŸ’» Site da comunidade Elas@Computação
Stars: ✭ 13 (-88.6%)
Mutual labels:  gatsby
startup-starter-kit
The Structured Content Startup Starter Kit
Stars: ✭ 42 (-63.16%)
Mutual labels:  gatsby
devFolio
Portfolio built with React (Gatsby) β€’ Strapi β€’ GraphQL 🎯
Stars: ✭ 25 (-78.07%)
Mutual labels:  gatsby
gatsby-starter-devto
A GatsbyJS starter template that leverages the Dev.to API
Stars: ✭ 13 (-88.6%)
Mutual labels:  gatsby
gatsby-starter-typescript
Typescript version of the default Gatsby starter. Uses Gatsby v1.x
Stars: ✭ 58 (-49.12%)
Mutual labels:  gatsby
guitar-book
Open Source, Gatsby theme, mobile and SEO friendly with PWA for building guitar/song books. 🎸 🎀 🎡
Stars: ✭ 29 (-74.56%)
Mutual labels:  gatsby
gatsby-source-printful
Printful store data for your Gatsby projects
Stars: ✭ 19 (-83.33%)
Mutual labels:  gatsby
gatsby-starter-typescript
A Gatsby starter the way I like it.
Stars: ✭ 62 (-45.61%)
Mutual labels:  gatsby

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.

  4. Run the following in terminal: To install the netlify-cli in order to be able to run the registration function locally.

npm install -g netlify-cli
npm i
npm run start

or

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

If you discover any bugs in this site, please file an issue.

This website was originally based off of a fork of -> https://github.com/queerjs/website.

Thank you ✨

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].