Contributing
Dusk is early. Bug reports, adapter contributions, and renderer improvements are all welcome.
Local setup
git clone https://github.com/duskdata/dusk
cd dusk
pip install -e .
Running the docs site locally
cd docs
npm install
npm start
Opens at http://localhost:3000.
Where to start
- New warehouse adapter — see
src/dusk/warehouses/ - Renderer improvements — see
src/dusk/render/ - Analysis logic — see
src/dusk/analysis/
Open an issue first if the change is non-trivial.