Skip to content

pittcsc/pittcsc-website

Repository files navigation

Pitt CSC Website

The new Pitt CSC Website, now built with Gatsby, Tailwind, and Framer Motion.

How to run locally

npm install
npm run develop

Accessing Data in Content Folder

JSON files added to the Content folder are accessible via GraphQL using the JSON gatsby transformer plugin.

Accessing site content through GraphQL queries is preferred over directly importing the JSON files to components.