mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
No description
94810dd367
Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1 to 2. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/v1...v2) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.devcontainer | ||
.github | ||
.idea | ||
.vscode | ||
contrib | ||
db | ||
envs | ||
src | ||
.envrc | ||
.eslintrc | ||
.gitignore | ||
.gitmodules | ||
.pre-commit-config.yaml | ||
.prettierrc | ||
.tool-versions | ||
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 🙂