Files
kamal/CONTRIBUTING.md
David Heinemeier Hansson 78927aa7a2 Create CONTRIBUTING.md
2023-03-03 15:00:56 +01:00

4 lines
274 B
Markdown

# Contributing to MRSK development
MRSK is written in Ruby. You should have Ruby 3.2+ installed on your machine in order to work on MRSK. If that's already setup, run `bundle` in the root directory to install all dependencies. Then you can run `bin/test` to run all tests.