Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 547 Bytes

File metadata and controls

33 lines (20 loc) · 547 Bytes

🚀 Getting Started

Follow the steps below to set up and run the project locally.

1️⃣ Install Dependencies

Install all required packages using npm:

npm install

2️⃣ Run Development Server

Start the local development server:

npm run dev

The app will be available at the local development URL shown in your terminal.

3️⃣ Build for Production

Create an optimized production build:

npm run build

The production-ready files will be generated inside the ./dist/ directory.