Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 330 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 330 Bytes

CodeSandbox demo

Install dependencies

  • Server: cd server && pip install -r requirements.txt
  • Client: pnpm install

Running

  • Server: python server/app.py
  • Client: pnpm dev

Edit in CodeSandbox