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: js-pkg/create-y-sweet-app/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@ npx create-y-sweet-app@latest
10
10
11
11
You'll be asked for the name of your project and then prompted to choose a framework.
12
12
13
-
While Y-Sweet works with any web framework, `create-y-sweet-app` includes quick-start templates for [Next.js](https://nextjs.org) and [Remix](https://remix.run).
13
+
While Y-Sweet works with any web stack, `create-y-sweet-app` includes quick-start templates for [Next.js](https://nextjs.org) and [Remix](https://remix.run).
This is a [Y-Sweet](https://jamsocket.com/y-sweet) project using [Next.js](https://nextjs.org). It was bootstrapped with [`create-y-sweet-app`](https://www.npmjs.com/package/create-y-sweet-app).
2
+
3
+
## Getting Started
4
+
5
+
First, run the development server:
6
+
7
+
```sh
8
+
npm run dev
9
+
```
10
+
11
+
Open [http://localhost:3000](http://localhost:3000) in your browser to see the app running. If you open it in multiple windows, you'll see that all the state in the app is automatically kept in sync!
12
+
13
+
You can start editing the page by modifying `app/page.tsx`.
14
+
15
+
## Learn More
16
+
17
+
While you're building your Y-Sweet app, you might also want to check out:
18
+
19
+
-[Y-Sweet documentation](https://docs.jamsocket.com/y-sweet/) - learn about Y-Sweet's features and API.
20
+
-[Discord server](https://discord.gg/N5sEpsuhh9) - chat with the developers and get help from other users.
21
+
-[Y-Sweet GitHub repository](https://github.com/jamsocket/y-sweet) - leave feedback, report bugs and contribute to Y-Sweet.
This is a [Y-Sweet](https://jamsocket.com/y-sweet) project using [Remix](https://remix.run). It was bootstrapped with [`create-y-sweet-app`](https://www.npmjs.com/package/create-y-sweet-app).
2
+
3
+
## Getting Started
4
+
5
+
First, run the development server:
6
+
7
+
```sh
8
+
npm run dev
9
+
```
10
+
11
+
Open [http://localhost:3000](http://localhost:3000) in your browser to see the app running. If you open it in multiple windows, you'll see that all the state in the app is automatically kept in sync!
12
+
13
+
You can start editing the page by modifying `app/page.tsx`.
14
+
15
+
## Learn More
16
+
17
+
While you're building your Y-Sweet app, you might also want to check out:
18
+
19
+
-[Y-Sweet documentation](https://docs.jamsocket.com/y-sweet/) - learn about Y-Sweet's features and API.
20
+
-[Discord server](https://discord.gg/N5sEpsuhh9) - chat with the developers and get help from other users.
21
+
-[Y-Sweet GitHub repository](https://github.com/jamsocket/y-sweet) - leave feedback, report bugs and contribute to Y-Sweet.
0 commit comments