4 lines
274 B
Markdown
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.
|