This project was bootstrapped with Next.js.
-
Install dependencies:
pnpm install
-
Start the development server:
pnpm run dev
-
Open http://localhost:3000 in your browser.
If you prefer to use npm or yarn, you can use the equivalent commands:
npm install
npm run dev
yarn install
yarn dev
-
Build the project:
pnpm run build
-
Start the production server:
pnpm start
Or with npm/yarn:
npm run build
npm start
yarn build
yarn start