Getting started
Sit down. Replace the name. Run the desk locally.
Clone the private repository, install with pnpm, and start the blotter.
Sit down
pnpm install
cp .env.example .env
pnpm dev
Open http://localhost:3000. The hero should be a floating sheet, not a split dashboard.
Replace the name
Edit src/lib/site.ts first. Then the tokens in src/app/globals.css. Then the still lifes in public/images.
pnpm dev · pnpm lint · pnpm typecheck · pnpm build
What not to add
Do not attach a real authentication service to the furniture screens. If you need accounts, that is a different product — keep it off this template’s /login.