Skip to content

CruzHacks/cruzhacks-2021-website

Repository files navigation

CruzHacks 2021 Website

deepcode

CruzHacks2021 Workflow

ReactJS web application written in Typescript and hosted on Firebase implementing our main site for CruzHacks 2021 Event.

How to Run

  1. Clone this repository
  2. Navigate to the root of the repository and run yarn which will install all the dependencies
  3. 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 lint runs entire linting suite (both typescript and css scripts)
  • yarn test runs the jest testing suite using the --watch flag
  • yarn test:once runs the entire jest testing suite
  • yarn build creates a production build