24 lines
478 B
Markdown
24 lines
478 B
Markdown
# 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
|
|
``` |