Skip to content

ntuscse/fe

Repository files navigation

NTUSCSE FRONTEND (FE)

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

Requirements

  • Node 14
  • Yarn v1 (classic)

Install

Run yarn in the project's root directory to install node modules

Run

Run yarn start to run the dev server

Test

Run yarn test to run jest.

Build

Run yarn build to builds the site to the /build folder. This is automatically run in our CI/CD workflow (vercel)

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.