Skip to content

neuro-inc/platform-neuro-flow-api

Repository files navigation

Platform Neuro Flow Api

Local Development

To install dependencies:

make setup

To lint and format code:

make lint

To run the unit test suite:

make test_unit

To run the integration test suite:

make test_integration