first commit
Some checks failed
CI / scan_ruby (push) Successful in 2m46s
CI / lint (push) Successful in 31s
CI / test (push) Failing after 10s

This commit is contained in:
kbe
2025-08-16 08:04:22 +02:00
commit d96fb4be95
107 changed files with 3438 additions and 0 deletions

3
Procfile.dev Normal file
View File

@@ -0,0 +1,3 @@
web: env RUBY_DEBUG_OPEN=true bin/rails server
js: yarn build --watch
css: yarn build:css --watch