A virtual table-top for basic roleplaying games.
- Ruby 2.6.4
- Yarn
- Postgres
$ bin/setup
Get started with some helpful data in development:
$ rails dev:prime
Tests are handled by rspec:
$ rails spec
Run linting before merging. Linting for ruby and scss is setup:
$ rails lint # Runs lint:ruby, lint:js and lint:scss
$ rails lint:ruby # Runs rubocop
$ rails lint:js # Runs eslint
$ rails lint:scss # Rubs scss-lint