This is a complete clone of FoodNirvana with a little enhancement, build using Next.js;
First, clone the repo
git clone https://github.com/caesar003/foodnirvana.gitInstall the package
npm install
# or
yarn install
# or
pnpm installThen run the development server,
npm run dev
# or
yarn dev
# or
pnpm dev