This is a Next.js project bootstrapped with create-next-app
.
This project uses yarn
and next.js
, you might get different results with npm.
Use node version >=15 ( Older versions might work but not tested )
-
Install
yarn
globally and then runyarn
oryarn install
to install dependencies. -
Start the next server with
yarn dev
. -
Open http://localhost:3000 with your browser to see the result.