DUI v3 is a Speckle interface embedded inside the desktop connectors that allows users to interact with them - sync streams, manage servers etc. It's built in Vue 3 with Nuxt 3 and only supports client side rendering.
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn installAnd create an .env file from .env.example.
Start the development server on http://localhost:8082/
yarn devOnce you've got it running locally, you can run connectors with SPECKLE_DUI_URL env var set to http://127.0.0.1:8082 (via launch/IDE configuration)
Build the application for production:
yarn buildCheck out the deployment documentation for more information...