2f940fab13 | ||
---|---|---|
.git-hooks | ||
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
storage | ||
test | ||
tmp | ||
vendor | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
.rubocop.yml | ||
.ruby-version | ||
Dockerfile | ||
Gemfile | ||
Gemfile.lock | ||
README.md | ||
Rakefile | ||
config.ru | ||
todo.md |
README.md
Tabletop Companion
Tabletop Companion is a lightweight way to assist you playing tabletop games, online with the video chat software of your choice or offline at a physical table.
Development setup
Spin up the application with ./bin/setup
.
Run tests with rails test
.
Git hooks
There is a pre-commit git hook stored in .git-hooks which can be installed by running .git-hooks/install.bash
.
The hooks:
- Run Rubocop
- Run tests
- Run Brakeman
Brakeman
If Brakeman issues are introduced, they should be immediately fixed or ignored with a note as to why it
is not a real issue. To do so, run bundle exec brakeman -I
.