Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 727 Bytes

File metadata and controls

36 lines (20 loc) · 727 Bytes

Contributing

Contributions are welcome.

Reporting issues

If you find a bug or something not working correctly, please open an issue and include:

  • a short description of the problem
  • steps to reproduce it
  • Player.log if relevant

Suggesting improvements

Feature ideas and improvements are also welcome. Please open an issue to discuss the idea.

Development setup

Clone the repository:

git clone https://github.com/rafastr/bazaar-chronicle

Install dependencies:

pip install -r requirements.txt

Run the application:

python -m web.app

Need to build templates db from game files and download item images. Using the tools from manage page.

Pull requests

Small and focused pull requests are preferred.