bjorn/original-oauth-behaviour
* feat(deployment): package as Docker image & Helm Chart * remove erroneous permission request * fix corepack issue * fix prettier * deployment testing of helm chart with ctlptl, tilt & kind * fix linting * remove need for license to be mounted * ensure consistency in naming * incorporate copilot comments * fix CI pipeline * fix * incorporate copilot review comments * include MIXPANEL environment variable * remove single quotes from NODE_ENV ARG --------- Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
Speckle Connectors DUI
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.
Setup
Make sure to install the dependencies:
# yarn
yarn install
And create an .env file from .env.example.
Development
Start the development server on http://localhost:8082
yarn dev
Production
Build the application for production:
yarn build
Check out the deployment documentation for more information...
Description
Languages
TypeScript
67.4%
Vue
31.3%
JavaScript
0.6%
Starlark
0.3%
Go Template
0.2%