This project was created as an amateur idea, a group of friends willing to gather information from their HeroQuest games on an non-official, non-profit web.
| Description | License |
|---|---|
| The Herosheet website is written in Ruby on Sinatra with a fake-DB in YAML, using Bootstrap as HTML web framework with Slim (lightweight template engine). |
| Technology | Release date |
|---|---|
| 2022/04/12 |
| Platform | Badge |
|---|---|
| snyk |
| Platform | Badge |
|---|---|
| Circle CI | |
| CodeShip | |
| Appveyor | |
| Scrutinizer | ![]() |
| Production Website | |
| Project model |
| Platform | Grade | Coverage |
|---|---|---|
| Code Climate | ||
| Codacy | ||
| CodeBeat | Not set yet | |
| Coveralls | ||
| CodeCov | ||
| Scrutinizer | ![]() |
![]() |
| SonarCloud | ||
| Inspecode | ||
| SourceLevel |
| Platform | Badge | Issue |
|---|---|---|
| Semaphore | Ruby >v.2.6.1 not supported |
| PasS: | 1 click to deploy | |
| Docker Registry | Docker image repository |
Just click the heroku button to start a new website. (your-app-name.herokuapp.com) Enjoy!
To run this application locally, run:
# Install dependencies:
bundle install
# Run locall# Run locally
# DEPRECATED bundle exec ruby -S rackup -w config.ru
bundle exec rackup config.ru

