This is a Next.js App Router version of the Pulm Notes.
- Node.js 18+ (or bun 1.0+)
- bun package manager
-
Install dependencies using bun:
bun install
-
Start the development server:
bun run dev
-
Open http://localhost:3000 in your browser
bun run build
bun start- Framework: Next.js 15 (App Router)
- UI Library: React 19
- Styling: Tailwind CSS
- Icons: lucide-react
- Package Manager: bun
- Minimalist text editor interface
- Slash command menu (type
/to open) - Support for multiple block types (headings, lists, code, quotes, etc.)
- Keyboard shortcuts for navigation and editing
- Clean, responsive design
This project was migrated from Vite to Next.js. See docs/NEXT_MIGRATION_LOG.md for detailed migration information.