https://github.com/sleepingkingstudios/librum
A second-generation tabletop gaming companion application.
https://github.com/sleepingkingstudios/librum
Last synced: 6 months ago
JSON representation
A second-generation tabletop gaming companion application.
- Host: GitHub
- URL: https://github.com/sleepingkingstudios/librum
- Owner: sleepingkingstudios
- License: gpl-3.0
- Created: 2022-01-21T19:07:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-31T21:36:50.000Z (11 months ago)
- Last Synced: 2025-08-01T00:05:01.979Z (11 months ago)
- Language: Ruby
- Size: 1.71 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Librum
A tabletop RPG campaign companion.
## Data
Use the `data:load` task to import fixture data.
```bash
bundle exec thor data:load --data-path="data/fixtures" --core
```
You must specify which groups of data files to load by passing options to `thor`:
- `--authentication`: Loads data related to authentication, such as `User`s and `Credential`s.
- `--core`: Loads the core data classes relevant to all games, such as `Publisher`s and sources.
- `--dnd5e`: Loads game data for Dungeons and Dragons, 5th Edition.
## Development Resources
### Client
- CSS Framework:
- [Bulma](https://bulma.io/documentation/)
- Icons:
- [FontAwesome Icons](https://fontawesome.com/search?m=free)