This is a Next.js project bootstrapped with create-next-app.
First, install required packages:
npm installSecond, create a .env file in root based on the .env_example file contents:
cp .env_example .envThird, signup for Spoonacular to obtain your key, then fill in the .env values.
Fourth, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.