This is a Next.js project built with Typescript.
Visit https://dog-by-volvo.vercel.app/ to view the page in production.
Install dependencies:
npm install
Then, start local development server by running
npm run dev
Open http://localhost:3000 with your browser to see the result.
Install dependencies:
npm install
Then, build for production by running
npm run build
Start local server
npm run start
Open http://localhost:3000 with your browser to see the result.