A website built for LifeHack 2021, a Summer Hackathon organized by NUS Students' Computing Club 23rd Management Committee's Academic Liaison Cell. The site is currently deployed at http://lifehack.nuscomputing.com.
- Install a stable version of NodeJS.
- Clone this repository.
- Run
npm install
to install dependencies. - Run
npm run start
to start the dev server atlocalhost:3000
.
This project is configured with ESLint and Prettier. You may also run npm lint
to check for any style violations.
- The github workflow to deploy this site was adapted from https://github.com/ClydeDz/create-react-app-ghpages-demo/blob/step-2/.github/workflows/build-deploy.yml.
- The following libraries were used: