Skip to content

Commit

Permalink
add tldraw and routing
Browse files Browse the repository at this point in the history
  • Loading branch information
japsasuncion committed Apr 13, 2024
1 parent bae22b0 commit af4e7aa
Show file tree
Hide file tree
Showing 13 changed files with 2,002 additions and 100 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ node_modules

apSettings.Development.json

launchSettings.json
launchSettings.json

.env
1 change: 1 addition & 0 deletions Demo/Client/.env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_WS_URL=wss://localhost:5001/collaboration
8 changes: 8 additions & 0 deletions Demo/Client/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"arrowParens": "always"
}

Loading

0 comments on commit af4e7aa

Please sign in to comment.