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 installto install dependencies. - Run
npm run startto 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: