This is a Next.js project.
This will run the app in development mode.
bun run devThis will open a development server on port 3000.
This will run the build for the app.
bun run buildThis will run the linting for the app.
bun run lintThis will run the type check for the app.
bun run type:check