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 install
Run the development server with live reloading:
npm run dev
Visit http://localhost:3000 to view the website.
Build and run the optimized, production-ready version:
npm run build
npm start
Access 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
MEETINGS
array insrc/app/meetings.ts
- Update the
EXEC
array insrc/app/about/_people/exec.ts
- Update the
PROJECT_MANAGERS
array insrc/app/about/_people/project-managers.ts
- Update the
PROJECTS
array insrc/app/projects/projects.ts
- Change
CURRENT_SEMESTER
insrc/app/projects/page.tsx
- Update
PREVIOUS_SEMESTERS
, also insrc/app/projects/page.tsx