Tldraw/packages/www
Steve Ruiz 3f5f613e09 Update multiplayer on www 2021-10-16 21:44:58 +01:00
..
components Update multiplayer on www 2021-10-16 21:44:58 +01:00
pages [feature] MVP multiplayer support (#135) 2021-10-09 00:05:24 +01:00
public [feature] Live cursors MVP (#137) 2021-10-09 14:57:44 +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
README.md
next-env.d.ts
next.config.js [feature] MVP multiplayer support (#135) 2021-10-09 00:05:24 +01:00
package.json v0.0.117 2021-10-15 14:13:17 +01:00
tsconfig.json big refactor 2021-09-13 16:38:42 +01:00

README.md

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.