Installation
Follow these steps to install the project on your system.
Prerequisites
- Node.js (version 14 or higher)
- npm or yarn package manager
Installation Steps
Step 1: Clone the Repository
bash
git clone https://github.com/your-repo/project.git
cd projectStep 2: Install Dependencies
bash
npm install
# or
yarn installStep 3: Verify Installation
bash
npm run dev
# or
yarn devVisit http://localhost:5173 in your browser to see the project running.
Troubleshooting
If you encounter any issues during installation, please refer to our Documentation or contact us through our communication channels.