Add app screenshot to README (v2.3.2)

This commit is contained in:
Maurice
2026-03-19 17:19:00 +01:00
parent d98eaaebee
commit 6117b80575
3 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ A self-hosted, real-time collaborative travel planner for organizing trips with
**[Live Demo](https://demo-nomad.pakulat.org)** — Try NOMAD without installing. Resets hourly.
![NOMAD Screenshot](docs/screenshot.png)
## Features
- **Real-Time Collaboration** — Plan together via WebSocket live sync — changes appear instantly across all connected users

BIN
docs/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@@ -1,6 +1,6 @@
{
"name": "nomad-server",
"version": "2.3.1",
"version": "2.3.2",
"main": "src/index.js",
"scripts": {
"start": "node --experimental-sqlite src/index.js",