Playboard is a fast and easy drawing app that lets you express your ideas instantly and collaborate with other users live.
- Fast color picker π
- Customizable your drawing line width ποΈ
- Clear canvas ποΈ
- Take screenshot πΈ
- Light/dark theme ππ
- Next.js
- TailwindCSS
- Shadcn UI
- Zustand
- Express.js
- Socket.io
Run this command in the root folder.
yarn dev
or
Change the directory into each folder and run.
cd server
yarn dev
cd client
yarn dev
You can now play around with it.
To run this project, you will need to add the following environment variables to your .env file:
For client:
NEXT_PUBLIC_HOSTED_SERVER= {hosted server url}