Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 567 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 567 Bytes

CruzHacks 2024 sponorship site is built with React, Typescript, bun and hosted with firebase.

How to Run

  1. Clone this repository
  2. Navigate to the root of the repository and run yarn install which will install all the dependencies
  3. Running bun dev will begin a development server

Available Scripts

  • yarn dev starts a development server
  • yarn build creates a production build
  • yarn preview preview the production build
  • yarn lint runs the linter for all typescript files
  • yarn format runs the prettier formatter for all typescript files