Next.js 15 + shadcn/ui starter.
Requirements: Node.js 22.19.0 (see .nvmrc)
git clone https://github.com/antoniel/the-bear
cd the-bear
# Use the right Node version (if you use nvm)
nvm use
# Install dependencies (pick one)
npm install
# or
bun install
# Start dev server
npm run dev
# or
bun devOpen http://localhost:3000.
| Command | Description |
|---|---|
npm run dev |
Start dev server (Turbopack) |
npm run build |
Production build |
npm start |
Run production server |
npm run lint |
Lint |
npm run type-check |
TypeScript check |
No .env file is required for basic local development.