- Python 3.10+
- Poetry
python -m remarkable.backend.server.app
Linux/macOS:
isort . & black . & mypy . & pylint remarkable
Windows PowerShell:
isort .; black .; mypy .; pylint remarkable
Your working directory must be frontend/
.
npm run dev
python -m remarkable.backend.server.app
Linux/macOS:
isort . & black . & mypy . & pylint remarkable
Windows PowerShell:
isort .; black .; mypy .; pylint remarkable
Your working directory must be frontend/
.
npm run dev