Initial Commit
This commit is contained in:
commit
0299acb4e6
24
README.md
Normal file
24
README.md
Normal 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
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user