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.
|
|
|
|
|
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
|
|
|
|
2023-10-10 00:20:39 +02:00
|
|
|
## With preview mode
|
|
|
|
|
|
|
|
```shell
|
|
|
|
caddy --config contrib/Caddyfile.local
|
|
|
|
./src/manage.py runserver
|
|
|
|
cd ~/Projects/charasheet-go
|
|
|
|
make run/live
|
|
|
|
```
|
|
|
|
|
2022-12-19 22:38:35 +01:00
|
|
|
# Reuse
|
|
|
|
If you do reuse my work, please consider linking back to this repository 🙂
|