The frontend of the CSSS website (pending deployment).
- csss-raspberry - React component library.
- csss-site-backend - Backend API for csss-site-frontend.
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 frombuild/.
The following steps should be followed to develop the frontend on your local machine:
npm ci- install dependenciesnpm run start- run frontend on localhost