No description
  • HTML 47%
  • Ruby 44.3%
  • Dockerfile 3.5%
  • Shell 2.5%
  • JavaScript 2.1%
  • Other 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Anthony 5035cc2d4f
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled
Initial commit
2026-07-02 21:46:02 +01:00
.github Initial commit 2026-07-02 21:46:02 +01:00
.kamal Initial commit 2026-07-02 21:46:02 +01:00
app Initial commit 2026-07-02 21:46:02 +01:00
bin Initial commit 2026-07-02 21:46:02 +01:00
config Initial commit 2026-07-02 21:46:02 +01:00
db Initial commit 2026-07-02 21:46:02 +01:00
lib/tasks Initial commit 2026-07-02 21:46:02 +01:00
log Initial commit 2026-07-02 21:46:02 +01:00
public Initial commit 2026-07-02 21:46:02 +01:00
script Initial commit 2026-07-02 21:46:02 +01:00
storage Initial commit 2026-07-02 21:46:02 +01:00
test Initial commit 2026-07-02 21:46:02 +01:00
tmp Initial commit 2026-07-02 21:46:02 +01:00
vendor Initial commit 2026-07-02 21:46:02 +01:00
.dockerignore Initial commit 2026-07-02 21:46:02 +01:00
.gitattributes Initial commit 2026-07-02 21:46:02 +01:00
.gitignore Initial commit 2026-07-02 21:46:02 +01:00
.rubocop.yml Initial commit 2026-07-02 21:46:02 +01:00
.ruby-version Initial commit 2026-07-02 21:46:02 +01:00
config.ru Initial commit 2026-07-02 21:46:02 +01:00
Dockerfile Initial commit 2026-07-02 21:46:02 +01:00
Gemfile Initial commit 2026-07-02 21:46:02 +01:00
Gemfile.lock Initial commit 2026-07-02 21:46:02 +01:00
Rakefile Initial commit 2026-07-02 21:46:02 +01:00
README.md Initial commit 2026-07-02 21:46:02 +01:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...