Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 633 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 633 Bytes

NUS Fintech Month 2023 Website

Tech Stack

Setting Up the Project

  1. Clone the repository with git clone [email protected]:NUS-Fintech-Society/SD_Fintech_Month_2023.git
  2. Install the dependencies with npm install.
  3. Install husky for git hooks with npx husky install.

Running the Project

  1. Run the development server with npm run dev.
  2. Open http://localhost:3000 with your browser to see the result.

Linting

eslint is used for linting.

Code Formatting

prettier is used for code formatting.