Quill is a realtime drawing and guessing game.
Try it out: https://quill-teal-omega.vercel.app
Frontend Repo: https://github.com/NoelZak03/quill-frontend
API documentation: https://quill.anand2312.dev/docs
After cloning the repository, install dependencies with poetry:
poetry installInstall pre-commit hooks:
poetry run pre-commit installRun the server with:
poetry run task serverAlternativaly, run the server along with the required Postgres and Redis containers with Docker:
docker compose up