Skip to content

VandyHacks/workshops

Repository files navigation

VandyHacks Workshop Website

To Edit/Add Workshops

  1. Navigate to src/components/cardData.ts in the repository

  2. Follow the format in cardData.ts

  3. Commit your changes to GitHub and submit a pull request to update the deployed version of the site!

To Test Changes Locally

  1. Clone the repository to your machine

  2. Make sure GatsbyJS is installed - follow their tutorial here

  3. Navigate to the repository directory in your terminal/console

  4. Run gatsby develop

  5. A local version of the site should be running on http://localhost:8000!