Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 915 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 915 Bytes

LifeHack 2021 Website

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.

Getting started

  1. Install a stable version of NodeJS.
  2. Clone this repository.
  3. Run npm install to install dependencies.
  4. Run npm run start to start the dev server at localhost:3000.

Static Code Analysis

This project is configured with ESLint and Prettier. You may also run npm lint to check for any style violations.

Acknowledgements