REFACTR.TECH is a 3 day conference showcasing voices of marginalized people & allies on tech topics, diversity, inclusion and intersectionality. The current website is interactive, but it's arduous to maintain. As the conference grows its list of talks and workshops, the contents of the website have to be updated manually.
The goals are to:
- create an identical version of the current website using GatsbyJS.
- use grapql and the Airtable API so that updates to the conference data in Airtable seamlessly translate over to the GatsbyJS project.
- Make sure your environment is set up to use gatsby https://www.gatsbyjs.org/tutorial/part-zero/
- Navigate to the terminal
- Clone this repo with
[email protected]:Aliciawyse/refactr_web_app.git
cd
to refactr_web_app- run
npm install
- Run
npm run develop
- Open up a new tab in your browser and navigate to http://localhost:8000.