Remarkable! Getting Started Prerequisites Python 3.10+ Poetry Run Backend python -m remarkable.backend.server.app Lint Locally Linux/macOS: isort . & black . & mypy . & pylint remarkable Windows PowerShell: isort .; black .; mypy .; pylint remarkable Run Frontend Your working directory must be frontend/. npm run dev