Skip to content

jgmstrategy/remarkable

Repository files navigation

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

About

Total market tracker

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published