Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 506 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 506 Bytes

Vue 3 + TypeScript + Vite

Requirements

  • Node.js: Ensure you have Node.js installed (preferably the latest stable version).
  • npm: Comes with Node.js; ensure it's updated.

How to Run the Project

  1. Clone the repository:

    git clone [email protected]:kopkaa/designdev.git
  2. Navigate to the project directory:

    cd designdev
  3. Install dependencies:

    npm install
  4. Run the development server:

    npm run dev