Before you begin, make sure you have the following installed:
src/
├── components/ # Reusable components
├── pages/ # Application pages
├── assets/ # Images, styles, etc.
├── App.js # Main app component
├── index.js # Entry point
-
Clone the repository 🖥️
git clone https://github.com/amish0301/kangroo-solar.git cd kangroo-solar
-
Install dependencies 📦
npm install
oryarn install
-
Start the development server 🌐
npm run dev
oryarn run dev
-
open your browser and navigate to 👉 http://localhost:5173
- Font Style : Poppins
- Styling Library: TailwindCSS