# TimeToLeave - Next.js Rewrite This is a rewrite of the TimeToLeave application using Next.js App Router with TypeScript. ## Development ```bash npm run dev ``` ## Building ```bash npm run build ``` ## Testing ```bash npm test ```