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
Copy file name to clipboardExpand all lines: packages/create-next-app-with-gluestack-ui/src/app-router/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ npm run dev
10
10
yarn dev
11
11
# or
12
12
pnpm dev
13
+
# or
14
+
bun dev
13
15
```
14
16
15
17
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
@@ -29,9 +31,10 @@ To learn more about Next.js + Gluestack UI template, take a look at the followin
29
31
-[Gluestack Style Documentaion](https://style.gluestack.io/docs/overview/introduction) - learn about the universal styling library that is used in Gluestack-ui
Copy file name to clipboardExpand all lines: packages/create-next-app-with-gluestack-ui/src/page-router/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ npm run dev
10
10
yarn dev
11
11
# or
12
12
pnpm dev
13
+
# or
14
+
bun dev
13
15
```
14
16
15
17
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
@@ -29,9 +31,10 @@ To learn more about Next.js + Gluestack UI template, take a look at the followin
29
31
-[Gluestack Style Documentaion](https://style.gluestack.io/docs/overview/introduction) - learn about the universal styling library that is used in Gluestack-ui
0 commit comments