Study Tracker (Ready-to-Deploy)
A minimal Next.js + Tailwind project containing your Study Tracker app exactly as shared.
Quick Start (local)
npm install
npm run dev
Visit http://localhost:3000
Build & Run (production)
npm run build
npm start
Deploy with Coolify
- Source: your Git repository URL and branch
- Build command:
npm install && npm run build - Start command:
npm run start - Internal port:
3000 - No env vars required
Description
Languages
TypeScript
93.8%
Dockerfile
4.3%
JavaScript
1.5%
CSS
0.4%