Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 558 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 558 Bytes

Deltahacks 11 Landing Site

DeltaHacks is an annual, 36-hour hackathon hosted at McMaster University. This is the official landing site for DeltaHacks 11, hosted in January 2025.

Built with

  • Create T3 App
  • Next.js
  • Tailwind CSS

Contributing

This project uses pnpm as its package manager. Please install it before proceeding.

To get started locally, run the following commands:

git clone https://github.com/deltahacks/landing-11.git
cd landing-11
pnpm install

To run the development server:

pnpm dev