A syn sample app for collaborative text editing.
This is UI is built using Svelte from the standard template for Svelte apps.
- Install the dependencies...
cd ui
npm install
- Run the app
npm run dev
- Navigate to localhost:5000 in your browser. You should see the UI running.