From f70915f48530109fef905f2e15a531bdef045c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuzhan=20Koral?= <45078678+oguzhankoral@users.noreply.github.com> Date: Tue, 13 May 2025 16:29:38 +0300 Subject: [PATCH] Update README.md (#4) --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 54ccd70..2c2d049 100644 --- a/README.md +++ b/README.md @@ -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...