- Node.js
- PNPM package manager
-
Clone the repository
-
Copy environment variables:
cp .env.example .env
-
Configure your .env file with backend API URL
-
Install dependencies:
pnpm i
-
Build and start:
pnpm build pnpm start
pnpm i
: Install dependenciespnpm build
: Build the applicationpnpm start
: Start the development server