From 29830ca69a00d0fad201d3a82ed51d802d729a9c Mon Sep 17 00:00:00 2001 From: gdegelas Date: Mon, 1 Jun 2026 09:50:05 +0000 Subject: [PATCH] docs: initial README --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a6dfe38 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# TRON Parity Ladder + +Price parity and market-cap flip ratio dashboard for the TRON ecosystem — deployed at https://tron.degelas.be. + +## Layout + +``` +tron/ +├── src/ # React + Vite frontend (Vite SPA) +│ └── services/ # Binance API, OHCV store, history store +├── index.html # Entry point with Umami analytics snippet +├── public/ # Static assets (favicon, og-image, manifest, robots, sitemap) +├── docker/ # Nginx config for production +├── Dockerfile # Multi-stage: builder → nginx +└── docker-compose.yml # Served by nginx on port 8080 +``` + +## What's NOT in this repo + +- `.env` — runtime config (see `.env.example`) +- `node_modules/`, `dist/` + +## Deploy + +```bash +docker compose up --build -d +``` + +## Admin + +- Umami analytics: https://analytics.degelas.be (website id for tron.degelas.be)