Skip to content

Engicos-Coders-Club/gec-spectrum-website-2024

Repository files navigation

Spectrum 2024 Website

This website was built for the college technical event Spectrum 2024. This repo contains the frontend for the website.

🔗 Live Link: Spectrum 2024

Stack

Backend in Node.js

Getting Started

First, make sure you have Node.js installed on your machine.

To run the development server, navigate to the project directory and execute the following command:

npm run dev

# or

yarn dev

# or

pnpm dev

# or

bun dev

Open 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.