- Node.js: Ensure you have Node.js installed (preferably the latest stable version).
- npm: Comes with Node.js; ensure it's updated.
-
Clone the repository:
git clone [email protected]:kopkaa/designdev.git
-
Navigate to the project directory:
cd designdev
-
Install dependencies:
npm install
-
Run the development server:
npm run dev