2022-10-28 22:16:23 +02:00
|
|
|
# charasheet
|
|
|
|
|
2023-08-18 11:28:20 +02:00
|
|
|
Manage your RPG party & character using an interactive web app accessible from any browser.
|
|
|
|
|
2024-02-11 12:56:24 +01:00
|
|
|
[![Test, build, publish & deploy](https://github.com/Crocmagnon/charasheet/actions/workflows/publish.yaml/badge.svg)](https://github.com/Crocmagnon/charasheet/actions/workflows/publish.yaml)
|
|
|
|
|
2022-10-28 22:16:23 +02:00
|
|
|
## Quick start
|
2022-11-02 12:52:11 +01:00
|
|
|
Clone, then
|
2022-10-28 22:16:23 +02:00
|
|
|
```shell
|
2023-02-28 11:48:17 +01:00
|
|
|
pip install -U pip pip-tools invoke
|
|
|
|
inv sync-dependencies
|
2022-11-02 12:52:11 +01:00
|
|
|
pre-commit install --install-hooks
|
2022-10-28 22:16:23 +02:00
|
|
|
inv test
|
2022-11-02 12:52:11 +01:00
|
|
|
./src/manage.py migrate
|
|
|
|
./src/manage.py loaddata initial_data
|
|
|
|
./src/manage.py createsuperuser
|
2022-10-28 22:16:23 +02:00
|
|
|
```
|
2022-12-19 22:38:35 +01:00
|
|
|
|
|
|
|
# Reuse
|
|
|
|
If you do reuse my work, please consider linking back to this repository 🙂
|