CruzHacks 2024 sponorship site is built with React, Typescript, bun and hosted with firebase.
- Clone this repository
- Navigate to the root of the repository and run
yarn install
which will install all the dependencies - Running
bun dev
will begin a development server
yarn dev
starts a development serveryarn build
creates a production buildyarn preview
preview the production buildyarn lint
runs the linter for all typescript filesyarn format
runs the prettier formatter for all typescript files