Skip to content

Commit 156fd22

Browse files
committed
docs: add template
1 parent d1f0942 commit 156fd22

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

docs/content/docs/1.getting-started/2.installation.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@ title: Installation
33
description: Add NuxtHub to your Nuxt project.
44
---
55

6+
## Start with our template
67

7-
## Setup
8+
The easiest way to get started with NuxtHub is to use our template. It includes all the necessary configuration and resources to get you started with NuxtHub.
9+
10+
You can click on `Use this template` on https://github.com/nuxt-hub/starter or use the following command to create a new project:
11+
12+
```bash [Terminal]
13+
npx nuxi@latest init -t hub my-nuxthub-app
14+
```
15+
16+
## Add NuxtHub to a project
817

918
1. Install the NuxtHub package to your project:
1019

docs/content/docs/1.getting-started/3.deploy.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
title: Deploy
3-
description: How to deploy your project with NuxtHub.
3+
description: How to deploy your project with NuxtHub on your Cloudflare account.
44
---
55

6-
To deploy your Nuxt application on the Edge, we use Cloudflare Pages. Therefore, we require you to create a [Cloudflare](https://www.cloudflare.com/) account.
6+
::note
7+
To deploy your Nuxt application on the Edge, we use Cloudflare Pages. Therefore, we require you to create a [Cloudflare](https://www.cloudflare.com/) account. **You can deploy NuxtHub projects with a free Cloudflare account.**
8+
::
79

810
## NuxtHub Console (alpha)
911

0 commit comments

Comments
 (0)