mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
No description
8ae26920d6
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.devcontainer | ||
.github | ||
.idea | ||
.vscode | ||
contrib | ||
db | ||
envs | ||
src | ||
.eslintrc | ||
.gitignore | ||
.gitmodules | ||
.mise.toml | ||
.pre-commit-config.yaml | ||
.prettierrc | ||
constraints.txt | ||
docker-compose-build.yaml | ||
docker-compose.yaml | ||
Dockerfile | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
requirements-dev.in | ||
requirements-dev.txt | ||
requirements.in | ||
requirements.txt | ||
tasks.py |
charasheet
Manage your RPG party & character using an interactive web app accessible from any browser.
Quick start
Clone, then
pip install -U pip pip-tools invoke
inv sync-dependencies
pre-commit install --install-hooks
inv test
./src/manage.py migrate
./src/manage.py loaddata initial_data
./src/manage.py createsuperuser
Reuse
If you do reuse my work, please consider linking back to this repository 🙂