Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 412 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 412 Bytes

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