mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
new selfhosted version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user