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
+5 -11
View File
@@ -1,4 +1,4 @@
# dui3
# 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.
@@ -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...