new selfhosted version

This commit is contained in:
antonio
2025-11-28 14:11:51 +01:00
parent afda29997d
commit 951860f67e
1046 changed files with 72586 additions and 574750 deletions

View File

@@ -1,10 +1,10 @@
# Nuxt 3 Minimal Starter
# Nuxt Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
Make sure to install dependencies:
```bash
# npm
@@ -29,7 +29,7 @@ Start the development server on `http://localhost:3000`:
npm run dev
# pnpm
pnpm run dev
pnpm dev
# yarn
yarn dev
@@ -47,7 +47,7 @@ Build the application for production:
npm run build
# pnpm
pnpm run build
pnpm build
# yarn
yarn build
@@ -63,7 +63,7 @@ Locally preview production build:
npm run preview
# pnpm
pnpm run preview
pnpm preview
# yarn
yarn preview