Countdown to February 1, 2026 at 10:00 AM UTC. Built with Next.js 15 and Tailwind CSS, ready to deploy on Vercel.
npm install
npm run devOpen http://localhost:3000.
- Push this repo to GitHub/GitLab/Bitbucket.
- Go to vercel.com and import the repository.
- Vercel will detect Next.js and use the default build settings:
- Build Command:
next build - Output Directory:
.next - Install Command:
npm install
- Build Command:
- Click Deploy. No extra config needed.
Or use the Vercel CLI:
npm i -g vercel
vercel- Next.js 15 (App Router)
- React 19
- Tailwind CSS 4
- TypeScript
MIT