sobrooms/site
Site for sob
To start the development server:
npm run dev
or:
npx next dev -p 3000
To build for production:
npm run build
or
npx next build
To start the production server:
npm run start -p 3000
or
npx next start -p 3000
Linting:
npm run lint
or
npx next lint