Skip to content

CSSS/csss-site-frontend

Repository files navigation

csss-site-frontend

The frontend of the CSSS website (pending deployment).

Important Repos

Prerequisites

To work on the CSSS frontend, you will need the following:

  • bash (or an alternative shell) - for running scripts.
  • npm - for working with the React application.
    • Please use version 9.9.2!
  • (deploying) nginx - for serving the files after deployment from build/.

Local Development

The following steps should be followed to develop the frontend on your local machine:

  • npm ci - install dependencies
  • npm run start - run frontend on localhost