Updates docs to include setting up rswag-ui assets first time locally

This commit is contained in:
Jay Danielian 2019-06-30 13:06:12 -04:00
parent 768a1a1d43
commit 5d7fc44af4

View File

@ -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:
```