forked from omicron/d2warehouse
This branch is 5 commits behind omicron/d2warehouse:main
Installation
Don't.
Development installation
Create a virtual environment and install the development set:
python -m venv venv
source venv/bin/activate
pip install --editable .[dev]
Set your save path and run the webserver to interact with the storage system:
export D2SAVE_PATH="/path/to/saves"
flask --app d2warehouse.app run
Some debug tooling:
d2dump /path/to/stash.d2i
Description
Languages
Python
94.1%
HTML
3.9%
CSS
1.6%
JavaScript
0.4%