From f4002fc0f80d35979436a43fabb083c95baba422 Mon Sep 17 00:00:00 2001 From: VIPQualityPost <46805787+VIPQualityPost@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:40:04 -0700 Subject: [PATCH] Update README.md --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7983fc5..49706fb 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,6 @@ tono is a node-based SPM image processing and analysis tool. The main focus is o It is heavily inspired by [Gwyddion](https://gwyddion.net/), one of my favorite scientific FOSS programs on the web. -## Project layout - -```text -tono/ - backend/ Python server, execution engine, nodes - frontend/ React/Vite app - plugins/ User plugin files (.py) - tests/ Python tests - docs/ Documentation - desktop.py Desktop launcher - scripts/ Build scripts (macOS, Linux, Windows) -``` ## Quick start Install a local binary from the Releases section, or run locally: @@ -40,3 +28,16 @@ npm run dev # terminal 2 — Vite dev server, open the URL it prints - [Building](docs/building.md) — setup, dev mode, web deployment, and native desktop builds for macOS, Linux, and Windows - [Plugins](docs/plugins.md) — writing and uploading custom node plugins - [Testing](docs/testing.md) — running tests and writing new ones + +## Project layout + +```text +tono/ + backend/ Python server, execution engine, nodes + frontend/ React/Vite app + plugins/ User plugin files (.py) + tests/ Python tests + docs/ Documentation + desktop.py Desktop launcher + scripts/ Build scripts (macOS, Linux, Windows) +```