Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 528 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 528 Bytes

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.