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
yarnwhich will install all the dependencies - Running
yarn startwill begin a development server onlocalhost:3000where you can see the web app being served
yarn startstarts a development serveryarn lint:tsruns the linter for all typescript filesyarn lint:cssruns the linter for all scss filesyarn formatruns the prettier formatter for all typescript filesyarn testruns the jest testing suiteyarn buildcreates a production build