Before you begin, ensure you have node: >= 22.14
installed on your system.
This project uses pnpm
as the package manager. You can install it either by activating with corepack
which is the recommended way:
corepack prepare pnpm@latest --activate
corepack enable pnpm
or install globally on your system with npm.
npm install -g pnpm
Run the following command to install project dependencies:
pnpm install
To start the development server, run the following command:
pnpm dev
This will launch the development server and you can access your application at http://localhost:3000
.