diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 618eda5..9a20885 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,11 +11,16 @@ Set up your machine: ``` bundle -cd spec/dummy +cd test-app bundle exec rake db:setup cd - ``` +Initialize the rswag-ui repo with assets. +``` +ci/build.sh +``` + Make sure the tests pass: ```