Tool
Docker
Two containers β server and app β and the demo is running.
- Category
- Infrastructure
Docker
The whole demo is two containers: the Rust server and this Nuxt app, with a SQLite file between them. docker compose up and you have what you are looking at, seeded on first boot.
Worth saying plainly because "local-first" is often heard as "hard to deploy". The opposite is true here β a CRDT server that owns its own storage has fewer moving parts than a stack that needs a database, a cache and a queue to serve the same page.