VandyHacks Workshop Website
To Edit/Add Workshops
-
Navigate to src/components/cardData.ts in the repository
-
Follow the format in cardData.ts
-
Commit your changes to GitHub and submit a pull request to update the deployed version of the site!
To Test Changes Locally
-
Clone the repository to your machine
-
Make sure GatsbyJS is installed - follow their tutorial here
-
Navigate to the repository directory in your terminal/console
-
Run
gatsby develop
-
A local version of the site should be running on http://localhost:8000!