Skip to content

danfri86/dog-by-volvo

Repository files navigation

This is a Next.js project built with Typescript.

View site

Visit https://dog-by-volvo.vercel.app/ to view the page in production.

Run in development

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.

Run in production

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.