Impulse (Docker dev container configuration and scaffolding) for an app-router based Next.js 14 application built with Bun, TailwindCSS, and TypeScript support.
Inside the container,
# Running your app
bun --bun run dev # Run with the Bun runtime
# or
bun run dev # Run with Node.js
# Building your app
bun run build
# Linting
bun run lint
# Formatting
bun run format