Skip to content

anurag629/BotaniScan

Repository files navigation

Getting Started

First, install the dependencies for frontend:

npm install
# or
yarn
# or
pnpm install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev