Skip to content

sim1029/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.

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 96.7%
  • SCSS 3.3%