Views
No views yet
1# Step 1: Clone the repository using the project's Git URL.
2git clone <YOUR_GIT_URL>
3
4# Step 2: Navigate to the project directory.
5cd <YOUR_PROJECT_NAME>
6
7# Step 3: Install the necessary dependencies.
8npm i
9
10# Step 4: Start the development server with auto-reloading and an instant preview.
11npm run dev