commit 0299acb4e6c7669f1e87038254d7b4b1b90860d5 Author: Greg Date: Sat Aug 9 23:11:45 2025 +0200 Initial Commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..13499cf --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file