Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 899 Bytes

File metadata and controls

35 lines (21 loc) · 899 Bytes

Contributing to FastHTML Admin

Setting Up Your Development Environment

We use UV for environment management, so install it as per the documentation..

Then create your environment with

uv sync

Running the Example Application

The repository includes an example application that demonstrates the library's features:

uv run example.py

How to Contribute

Contributions are very welcome through pull requests. Please document any changes in both the readme and the example.py file.

Release Process

The maintainers will handle the release process, which typically involves:

  1. Updating the version number in pyproject.toml
  2. Creating a new release on GitHub
  3. Publishing the package to PyPI

License

By contributing to this project, you agree that your contributions will be licensed under the project's MIT License.