To start the development server run:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
To start the server in production mode run:
npm run build
# or
yarn build
# or
pnpm build
then
npm run start
# or
yarn start
# or
pnpm start
Open http://localhost:3000 with your browser to see the result.