Update README.md (#4)

This commit is contained in:
Oğuzhan Koral
2025-05-13 16:29:38 +03:00
committed by GitHub
parent f2d7493c2a
commit f70915f485
+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. 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`. 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 ```bash
npm run dev yarn dev
``` ```
## Production ## Production
@@ -28,13 +28,7 @@ npm run dev
Build the application for production: Build the application for production:
```bash ```bash
npm run build yarn build
```
Locally preview production build:
```bash
npm run preview
``` ```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information... Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information...