Skip to content

Contributing

Welcome to quantflow repository! We are excited you are here and want to contribute.

Getting Started

To get started with quantflow's codebase, take the following steps:

  • Clone the repo
    git clone git@github.com:quantmind/quantflow.git
    
  • Install dev dependencies
    make install-dev
    
  • Run tests
    make tests
    
  • Run the marimo server during development
    make marimo