Welcome to the Solar Power Plant Service Booking website! This project is built with Next.js and allows users to book services for solar power plant installations and maintenance.
Make sure you have the following installed on your machine:
- Node.js (>= 14.x)
- npm (>= 6.x) or yarn (>= 1.x)
- Clone the repository:
git clone https://github.com/ramchandra06032004/saffronInfoTech-website.git
cd solar-app
npm install
# or
yarn install
# or
pnpm install
# or
bun install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.