@webflow/webflow-cli 1.8.7 → 1.8.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cloud-scaffolds/nextjs/README.md +2 -13
- package/dist/index.js +92 -68
- package/package.json +4 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
This is a [Next.js](https://nextjs.org) project bootstrapped with [`
|
|
1
|
+
This is a [Next.js](https://nextjs.org) project bootstrapped with [`webflow cloud init`](https://developers.webflow.com/webflow-cloud/intro).
|
|
2
2
|
|
|
3
3
|
## Getting Started
|
|
4
4
|
|
|
@@ -6,21 +6,10 @@ First, run the development server:
|
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
npm run dev
|
|
9
|
-
# or
|
|
10
|
-
yarn dev
|
|
11
|
-
# or
|
|
12
|
-
pnpm dev
|
|
13
|
-
# or
|
|
14
|
-
bun dev
|
|
15
9
|
```
|
|
16
10
|
|
|
17
11
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
|
18
12
|
|
|
19
13
|
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
|
|
20
14
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
To learn more about Next.js, take a look at the following resources:
|
|
24
|
-
|
|
25
|
-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
|
|
26
|
-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
|
|
15
|
+
You can deploy your app by running [`webflow cloud deploy`](https://developers.webflow.com/webflow-cloud/environment).
|