Installation
Learn how to install and set up the project.
1 min read
Prerequisites
- Node.js (v18 or newer)
- npm or yarn or pnpm
Steps
- Clone the repository:
bash git clone https://your-repo-url.com/project.git cd project - Install dependencies:
bash npm install # or yarn install # or pnpm install - Run the development server:
bash npm run dev
Important
Ensure you have the correct Node.js version.
On This Page