No description
Find a file
CroneKorkN a708d89b2e
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / system-test (push) Waiting to run
.github/copilot-instructions.md: init
2026-01-18 12:41:33 +01:00
.github .github/copilot-instructions.md: init 2026-01-18 12:41:33 +01:00
.kamal init app 2026-01-18 12:26:40 +01:00
app init app 2026-01-18 12:26:40 +01:00
bin init app 2026-01-18 12:26:40 +01:00
config init app 2026-01-18 12:26:40 +01:00
db init app 2026-01-18 12:26:40 +01:00
lib/tasks init app 2026-01-18 12:26:40 +01:00
log init app 2026-01-18 12:26:40 +01:00
public init app 2026-01-18 12:26:40 +01:00
script init app 2026-01-18 12:26:40 +01:00
storage init app 2026-01-18 12:26:40 +01:00
test init app 2026-01-18 12:26:40 +01:00
tmp init app 2026-01-18 12:26:40 +01:00
vendor init app 2026-01-18 12:26:40 +01:00
.dockerignore init app 2026-01-18 12:26:40 +01:00
.gitattributes init app 2026-01-18 12:26:40 +01:00
.gitignore init app 2026-01-18 12:26:40 +01:00
.rubocop.yml init app 2026-01-18 12:26:40 +01:00
.ruby-version init app 2026-01-18 12:26:40 +01:00
config.ru init app 2026-01-18 12:26:40 +01:00
Dockerfile init app 2026-01-18 12:26:40 +01:00
Gemfile init app 2026-01-18 12:26:40 +01:00
Gemfile.lock init app 2026-01-18 12:26:40 +01:00
Rakefile init app 2026-01-18 12:26:40 +01:00
README.md init app 2026-01-18 12:26:40 +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

  • ...