Website for Project: Code UIUC created with React and Next.js.
Hosted at projectcodeuiuc.org.
Ensure you have the latest version of Node.js installed on your machine.
Assuming Node is installed, install required packages by running
npm installRun the development server with live reloading:
npm run devVisit http://localhost:3000 to view the website.
Build and run the optimized, production-ready version:
npm run build
npm startAccess the site at http://localhost:3000.
The website is currently hosted via Vercel at projectcodeuiuc.org and is automatically deployed when changes are pushed to the main branch.
If you'd like to make a contribution, please fork the project, submit a Pull Request with your changes, and tag @owen-hayes for review.
- Edit the
MEETINGSarray insrc/app/meetings.ts
- Update the
EXECarray insrc/app/about/_people/exec.ts - Update the
PROJECT_MANAGERSarray insrc/app/about/_people/project-managers.ts
- Update the
PROJECTSarray insrc/app/projects/projects.ts
- Change
CURRENT_SEMESTERinsrc/app/projects/page.tsx - Update
PREVIOUS_SEMESTERS, also insrc/app/projects/page.tsx