Skip to main content

Prerequisites

  • Node.js 20+
  • Python 3.8+ with Odoo 12
  • Rust toolchain (for Tauri desktop builds)
  • PostgreSQL

Frontend

1

Install dependencies

2

Start the dev server

The app runs at http://localhost:3000.
3

Or launch the Tauri desktop window

Backend

1

Install the Odoo module

Copy or symlink nu_restaurant_pos/ into your Odoo addons path.
2

Upgrade the module

Sync hub

1

Install dependencies

2

Start the hub

Running tests