CruzHacks 2023 main site built with React, Typescript, yarn and hosted with firebase.
- Clone this repository
- Set githooks with
git config core.hooksPath ./.githooks
- Navigate to the root of the repository and run
yarn
which will install all the dependencies - Running
yarn start
will begin a development server onlocalhost:3000
where you can see the web app being served
yarn start
starts a development serveryarn lint:ts
runs the linter for all typescript filesyarn lint:css
runs the linter for all scss filesyarn format
runs the prettier formatter for all typescript filesyarn test
runs the jest testing suiteyarn build
creates a production build