This repo contains all code for NTU SCSE Club's site.
This repo follows Gitlab Flow.
This app was bootstrapped with create-react-app. All react-scripts work here.
Thanks to Vercel for sponsoring hosting and integrated CI/CD. Find out more here
- Node 14
- Yarn v1 (classic)
Run yarn
in the project's root directory to install node modules
Run yarn start
to run the dev server
Run yarn test
to run jest.
Run yarn build
to builds the site to the /build
folder. This is automatically run in our CI/CD workflow (vercel)
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.