From 2fe1f222829aa8b9801121fb45e438c4d0465a77 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Sat, 15 Aug 2026 14:42:07 +0200 Subject: [PATCH] 49 - Update README: remove milestone and price tracking claims --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 07576c3..77a6b26 100644 --- a/README.md +++ b/README.md @@ -2,33 +2,32 @@ # incr -**A minimalist counter with milestone-driven progress** +**A minimalist counter** -*Track anything you accumulate — with visual progress and milestone reinforcement* +*Track anything you accumulate — click to increment* [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) -[![Laravel](https://img.shields.io/badge/Laravel-12-FF2D20?logo=laravel&logoColor=white)](https://laravel.com/) +[![Laravel](https://img.shields.io/badge/Laravel-13-FF2D20?logo=laravel&logoColor=white)](https://laravel.com/) [![React](https://img.shields.io/badge/React-19-61DAFB?logo=react&logoColor=black)](https://reactjs.org/) ## About -incr is a minimalist, self-hosted tracking app. Pick something you want to accumulate — shares, books, workouts, anything — log your progress, and watch milestones fall. +incr is a minimalist, self-hosted counter. Pick something you want to accumulate — books, workouts, anything — set a starting value, then click the number to count up. -It features a distinctive LED-style digital display, configurable milestones, and optional price tracking. +It features a distinctive LED-style digital display and nothing else. ## Features - **LED-style display** — large red digital counter -- **Milestone tracking** — set targets, cycle through them as you progress -- **Purchase logging** — add entries with date and optional price -- **Price tracking** — optional; log a current price to see portfolio value and P/L +- **Click to increment** — click the number to add to it +- **Set a value directly** — for when you need to add more than one - **Self-hosted** — your data stays on your server ## Tech Stack -- **Backend**: Laravel 12 (PHP 8.3+) with MySQL +- **Backend**: Laravel 13 (PHP 8.3+) with MySQL - **Frontend**: React 19 + TypeScript with Inertia.js - **Styling**: Tailwind CSS 4 with shadcn/ui components - **Deployment**: Docker / Podman with multi-stage builds @@ -101,7 +100,9 @@ ## Development dev-up ``` -Available commands inside the shell: `dev-up`, `dev-down`, `dev-rebuild`, `dev-logs`, `dev-shell`, `dev-artisan`, `dev-composer`. +Available commands inside the shell: `dev-up`, `dev-down`, `dev-restart`, `dev-rebuild`, `dev-logs`, `dev-logs-db`, `dev-shell`, `dev-artisan`, `dev-composer`, `base-build`. + +The dev stack binds host ports 8000, 5173 and 3307. Only one project using these can run at a time. ## License