tldraw/packages/www
Steve Ruiz 99730b4fe2
[feature] MVP multiplayer support (#135)
* Adds multiplayer support

* Update liveblocks.tsx

* Update liveblocks.tsx

* Create chaos.tsx

* Fix undo redo, add merge state

* Update multiplayer-editor.tsx

* Adds secret room

* Update chaos.tsx

* Moves shhh to shhhmp

* Fix accidentally deleting the editing shape

* Fix bug where a selected shape is deleted by another user.

* Remove relative path

* Tweak editor

* Remove chaos endpoint

* Adds error state for maximum connections, fixes selectedIds bug on new rooms
2021-10-09 00:05:24 +01:00
..
components [feature] MVP multiplayer support (#135) 2021-10-09 00:05:24 +01:00
pages [feature] MVP multiplayer support (#135) 2021-10-09 00:05:24 +01:00
public [feature] MVP multiplayer support (#135) 2021-10-09 00:05:24 +01:00
styles [feature] focus mode (#103) 2021-09-22 12:28:55 +01:00
utils [feature] Add Sentry tracking, restore installable PWA (#106) 2021-09-22 13:17:52 +01:00
worker Adds auth 2021-09-04 13:02:13 +01:00
.eslintrc.json fresh start on www 2021-09-04 12:26:46 +01:00
.gitignore fresh start on www 2021-09-04 12:26:46 +01:00
LICENSE [fix] indicator shapes (#121) 2021-09-24 10:47:25 +01:00
next-env.d.ts Fix build errors 2021-08-11 22:11:23 +01:00
next.config.js [feature] MVP multiplayer support (#135) 2021-10-09 00:05:24 +01:00
package.json [feature] MVP multiplayer support (#135) 2021-10-09 00:05:24 +01:00
README.md Replace 2021-08-10 17:12:55 +01:00
tsconfig.json big refactor 2021-09-13 16:38:42 +01:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.