You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://vercel.com/new/clone?repository-name=docs&repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fdocs&demo-image=https%3A%2F%2Fui.nuxt.com%2Fassets%2Ftemplates%2Fnuxt%2Fdocs-dark.png&demo-url=https%3A%2F%2Fdocs-template.nuxt.dev%2F&demo-title=Nuxt%20Docs%20Template&demo-description=A%20documentation%20template%20powered%20by%20Nuxt%20Content.)
27
-
28
-
## Setup
29
-
30
-
Make sure to install the dependencies:
31
-
32
-
```bash
33
-
pnpm install
34
-
```
35
-
36
-
## Development Server
37
-
38
-
Start the development server on `http://localhost:3000`:
39
-
40
-
```bash
41
-
pnpm dev
42
-
```
43
-
44
-
## Production
45
-
46
-
Build the application for production:
47
-
48
-
```bash
49
-
pnpm build
50
-
```
51
-
52
-
Locally preview production build:
53
-
54
-
```bash
55
-
pnpm preview
56
-
```
57
-
58
-
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
59
-
60
-
## Renovate integration
61
-
62
-
Install [Renovate GitHub app](https://github.com/apps/renovate/installations/select_target) on your repository and you are good to go.
0 commit comments