From b21ececa7ac9876127bfeeabb4dc0a3367c1433f Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Fri, 26 May 2023 17:39:00 -0700 Subject: [PATCH] chore: README update --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fa00c2660..2e19f1e01 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Nuxt 3 Minimal Starter +# connect-components via Nuxt 3 Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. @@ -7,19 +7,13 @@ Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introdu Make sure to install the dependencies: ```bash -# yarn -yarn install - # npm npm install - -# pnpm -pnpm install ``` ## Development Server -Start the development server on `http://localhost:3000` +Start the development server on `http://localhost:4321` ```bash npm run dev @@ -40,3 +34,6 @@ npm run preview ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. + +## Build for Unraid webgui [@TODO] +Instructions to come \ No newline at end of file