Skip to content

BrockCSC/brockcsc.ca

Repository files navigation

Brock Computer Science Club

This is the repository for the new Brock University Computer Science Club web page.

  • Next.js: 16.1.4
  • React: 19.2.3
  • Tailwind CSS: 4.0
  • Firebase: 12.9.0
  • Node.js >= v20

Dev env: http://localhost:3000

Prerequisites

Installation

First, run npm install from the terminal. This will install all the required packages into the node_modules folder in the root directory.

Development

To run a development server, run:

npm run dev

This will spawn a Next.js server which can be accessed from http://localhost:3000. The file app/page.tsx acts as the root page, and routing is handled automatically inside the app/ directory (Next.js App Router).

Building the project

In order to build the site, run npm run build. This generates an optimized .next build folder in the root directory which contains the site ready for production.

About

Official website for the Brock Computer Science Club, built with Next.js and Cloudflare Workers to deliver events, resources, and updates for the Brock CS community.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors