Compare commits

...

1 Commits

Author SHA1 Message Date
Oğuzhan Koral 34ae6ef19a Update README.md 2025-05-13 16:25:00 +03:00
+6 -12
View File
@@ -1,6 +1,6 @@
# dui3
# Speckle Connectors DUI
DUIv3 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.
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](https://nuxt.com/docs/getting-started/introduction) to learn more.
@@ -15,12 +15,12 @@ yarn install
And create an `.env` file from `.env.example`.
## Development Server
## Development
Start the development server on `http://localhost:3000`
Start the development server on `http://localhost:8082`
```bash
npm run dev
yarn dev
```
## Production
@@ -28,13 +28,7 @@ npm run dev
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
yarn build
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information...