pd2.tools is an open source Project Diablo 2 toolkit for exploring builds, tracking the economy, browsing game data, and more.
git clone https://github.com/coleestrin/pd2-tools
cd pd2-toolsOptional: copy .env.example to .env to override the Docker defaults.
Production:
docker compose up --buildDev:
docker compose -f docker-compose.yml -f docker-compose.dev.yml --profile jobs up --buildOpen http://localhost:4173
Contributions are welcome. For coordination or questions join the pd2.tools discord.
- Fork the repo.
- Create a feature branch.
- Make your changes.
- Submit a PR.
