Next.js app for a software engineering roadmap.
The roadmap content is bundled as static JSON in data/roadmap.json. User completion progress is saved in the browser with localStorage, so it survives page reloads on the same browser without a database.
- Node.js 20 or newer
- Bun 1.3.1 or newer
bun installbun run devOpen http://localhost:3000.
bun run build
bun run start
bun run lint