React TJ SGA website
Go to file
2025-03-14 18:04:43 -04:00
.vscode Added article pagination 2020-11-25 19:07:13 -05:00
oldbuild/20250314/build new build + updates to the site 2025-03-14 15:33:32 -04:00
public new build + updates to the site 2025-03-14 15:33:32 -04:00
src instagram embed + fixed newsletter links 2025-03-14 18:04:43 -04:00
.gitignore add react-scripts as dependency 2021-10-10 09:33:37 -04:00
.prettierrc Prettified code 2020-11-25 18:05:30 -05:00
package-lock.json update photos 2022-03-25 00:01:32 -04:00
package.json instagram embed + fixed newsletter links 2025-03-14 18:04:43 -04:00
README.md Update README.md 2021-07-21 11:49:36 -04:00
tsconfig.json Prettified code 2020-11-25 18:05:30 -05:00
yarn.lock instagram embed + fixed newsletter links 2025-03-14 18:04:43 -04:00

TJ Student Government Association Website

This project was bootstrapped with Create React App.

It was made to replace the old website to use a more modern framework (React) and a better content management system (Sanity).

This website has a page for recent news, pages for the officers and different committees, a page for SGA initiatives and how to get involved in SGA, and a page about SGA's mission and vision. Most of the content itself is hosted outside of the repository on Sanity, because we hope to note have to change the website very often.

The Sanity schema is hosted in this Github repository. This describes the structure of the data but doesn't actually host any of it either.

Note for people who are editing the website: to add a group photo for a certain Class Council, create a Member on Sanity with a descriptive name, the year the photo is for, and the role set to "photo". Then, you should describe who's in the photo in the "bio" section of the Member.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.