- Clone the repository with
git clone [email protected]:NUS-Fintech-Society/SD_Fintech_Month_2023.git
- Install the dependencies with
npm install
. - Install husky for git hooks with
npx husky install
.
- Run the development server with
npm run dev
. - Open http://localhost:3000 with your browser to see the result.
eslint
is used for linting.
prettier
is used for code formatting.