chore: README update

This commit is contained in:
Zack Spear
2023-05-26 17:39:00 -07:00
committed by Zack Spear
parent a6cbe09ee1
commit b21ececa7a

View File

@@ -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