Added Very Basic Liveblocks Implimentation and README Updates

This commit is contained in:
Ahmad 2025-01-11 01:04:43 -05:00
parent 5a76ac0611
commit 0190fad583
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
12 changed files with 336 additions and 15 deletions

10
constants/colors.ts Normal file
View file

@ -0,0 +1,10 @@
export const colors = [
'#E57373',
'#9575CD',
'#4FC3F7',
'#81C784',
'#FFF176',
'#FF8A65',
'#F06292',
'#7986CB',
];