Initial Commit

This commit is contained in:
Greg 2025-08-09 23:11:45 +02:00
commit 0299acb4e6

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# Study Tracker (Ready-to-Deploy)
A minimal Next.js + Tailwind project containing your Study Tracker app exactly as shared.
## Quick Start (local)
```bash
npm install
npm run dev
```
Visit http://localhost:3000
## Build & Run (production)
```bash
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
```