This is a Next.js project bootstrapped with create-next-app
.
After cloning the project, run the command
npm install --force
#or
yarn install --force
#or
pnpm install --force
#or
bun install --force
Make sure to use the flag --force
as there are some dependency conflicts.
the, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can view the live version here Ore food recipe app