Last Edit January 14, 2026
Hello, everyone!
If you are here to contribute, thank you for your continued interest in the CSSU - if you are just visiting, then welcome!
In any case, you have reached the CSSU Website GitHub; here, you'll find some quick details about the project, including what dependencies are required, how to run/deploy the project, and what changes are slated for release.
If you would like to contribute, feel free to fork the project and submit a pull request; let us know and we'll review your changes.
Thanks again!
Edison Y.
Class of 2027, Computer Science Specialist
VP of Internal Relations
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
Troubleshooting
If you are using a Windows device, you may run into the following issue;
npm : File C:\Program Files\nodejs\npm.ps1 cannot be loaded because running scripts is disabled on this system
...
At line:1 char:1 + npm run dev + ~~~ + CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess- If you get this error or something like it, your issue arises from the current user's
ExecutionPolicy; either this is undefined or we have not permitted such scripts to run. - Common fixes may tell you to set modify this attribute; do not do this, especially if you are going to set it to unrestriced! This will open up your system to policy execution from any bad actors!
Check to make sure that you are working in the correct directory...\cssu.caand thatnpmis installed. If this still occurs, you open up PowerShell in Administrator Mode and typeSet-ExecutionPolicy RemoteSigned, which lets locally created scripts run.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.