Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 894 Bytes

File metadata and controls

40 lines (32 loc) · 894 Bytes

Sketchpad

A concise drawing and collaboration app for real-time rooms.

Quick Start

  • Install dependencies: pnpm install
  • Run dev servers: pnpm dev
  • Build: pnpm build
  • Start: pnpm start

Key Features

  • Real-time collaborative canvas
  • User authentication and rooms
  • WebSocket server for live updates

Project Structure

  • Frontend: apps/frontenf
  • Backend and APIs: packages/common-backend
  • WebSocket server: ws-server
  • Database & ORM: db/prisma

Environment

Copy .env.example to .env and set required variables such as DATABASE_URL and any NEXT_PUBLIC_ keys.

Contributing

  • Open an issue, create a feature branch, and submit a PR with a clear description.

License

Specify your license in the LICENSE file or here.

Contact

Add maintainer contact or repo issue instructions.