Ruby 3.3.6 とDocker をインストールしてください。 Rubyについてはrbenvなどのバージョン管理ツールを使ってインストールするのがオススメです。
git clone https://github.com/S-H-GAMELINKS/activity-pub-relay.git
clone 後、activity-pub-relay
ディレクトリへ移動します。
bundle install
を実行します。
bundle install
その後、bin/rails db:create db:setup
を実行します。
bin/rails db:create db:setup db:seed
あとはbin/dev
でサーバを起動します。
bin/dev
localhost:3000
にアクセスできればセットアップは完了です。
テストはbin/rspec
で実行します。
bin/rspec
Rubocopはbin/rubocop
で実行します。
bin/rubocop