Skip to content

CruzHacks/cruzhacks-2022-website

This branch is 1 commit ahead of development.

Folders and files

NameName
Last commit message
Last commit date
Jul 6, 2021
Oct 12, 2021
Sep 7, 2021
Oct 6, 2021
Oct 16, 2022
Jul 6, 2021
Sep 23, 2021
Jul 13, 2021
Jul 28, 2021
Nov 21, 2021
Jul 6, 2021
Jul 6, 2021
Jul 23, 2021
Jul 6, 2021
Jul 7, 2021
Jul 6, 2021
Jul 3, 2024
Oct 12, 2021
Sep 19, 2021
Oct 12, 2021
Jul 3, 2024

Repository files navigation

CruzHacks 2022 main site built with React, Typescript, yarn and hosted with firebase.

How to Run

  1. Clone this repository
  2. Set githooks with git config core.hooksPath ./.githooks
  3. Navigate to the root of the repository and run yarn which will install all the dependencies
  4. Running yarn start will begin a development server on localhost:3000 where you can see the web app being served

Available Scripts

  • yarn start starts a development server
  • yarn lint:ts runs the linter for all typescript files
  • yarn lint:css runs the linter for all scss files
  • yarn test runs the jest testing suite
  • yarn build creates a production build