This repository contains a modern web application built with a fast and scalable frontend stack.
The project is designed for easy development, customization, and deployment, whether you prefer working locally or directly from GitHub.
Live Preview:
https://lovable.dev/projects/d5785e2b-6a15-4daa-96e0-81b424372c9f
You can work on this project in multiple ways depending on your workflow.
If you prefer full control and local development:
- Node.js
- npm
(Recommended: install Node using nvm for version management)
# 1. Clone the repository
git clone <YOUR_GIT_URL>
# 2. Move into the project folder
cd <YOUR_PROJECT_NAME>
# 3. Install dependencies
npm install
# 4. Start the development server
npm run dev