Add live demo link to README and repo description (v2.3.1)

This commit is contained in:
Maurice
2026-03-19 17:02:12 +01:00
parent 45d410c1b0
commit d98eaaebee
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ A self-hosted, real-time collaborative travel planner for organizing trips with
[![GitHub Stars](https://img.shields.io/github/stars/mauriceboe/NOMAD)](https://github.com/mauriceboe/NOMAD)
[![Last Commit](https://img.shields.io/github/last-commit/mauriceboe/NOMAD)](https://github.com/mauriceboe/NOMAD/commits)
**[Live Demo](https://demo-nomad.pakulat.org)** — Try NOMAD without installing. Resets hourly.
## Features
- **Real-Time Collaboration** — Plan together via WebSocket live sync — changes appear instantly across all connected users

View File

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