React + Vite

HostedLink

Installation

To set up this project on your local machine, follow these steps:

git clone https://github.com/rohan-singh987/greendZine

# Navigate to the project directory:

# Install dependencies:
npm install
yarn add

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev