Skip to content

Website for Project: Code UIUC created with React and Next.js.

Notifications You must be signed in to change notification settings

owen-hayes/project-code-website

Repository files navigation

Project: Code website

Website for Project: Code UIUC created with React and Next.js.

Hosted at projectcodeuiuc.org.

Getting Started

Dependencies

Ensure you have the latest version of Node.js installed on your machine.

Assuming Node is installed, install required packages by running

npm install

Running the project

Development mode

Run the development server with live reloading:

npm run dev

Visit http://localhost:3000 to view the website.

Production mode

Build and run the optimized, production-ready version:

npm run build
npm start

Access the site at http://localhost:3000.

Deployment

The website is currently hosted via Vercel at projectcodeuiuc.org and is automatically deployed when changes are pushed to the main branch.

Contributing

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.

Quick changes

Adding or modifying meetings on the home page

Updating exec board members and Project Managers on the about page

Updating projects

Changing the semester shown on the projects page

About

Website for Project: Code UIUC created with React and Next.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages