Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

DSC-McMaster-U/Hackathon-Website

Repository files navigation

GDSC McMaster U Hackathon

Welcome to the GDSC McMaster U Hackathon project! This repository contains the codebase for the hackathon website built with modern web technologies.

Project Overview

This project is configured with:

  • React for building the user interface.
  • Vite as the build tool.
  • TypeScript for type safety and better development experience.
  • Tailwind CSS for utility-first styling.
  • Husky for Git hooks.
  • Vitest for testing.
  • ESLint and Prettier for code linting and formatting.

Getting Started

To get started with this project, follow these steps:

  1. Clone the Repository: git clone https://github.com/your-username/hackathon-website.git

  2. Install dependencies: npm i

  3. Run the development server: npm run dev

  4. Build the project: npm run build

  5. Preview the production build: npm run preview

  6. Run linting and formatting: npm run lint

  7. Run tests: npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published