mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
Updates docs to include setting up rswag-ui assets first time locally
This commit is contained in:
parent
768a1a1d43
commit
5d7fc44af4
@ -11,11 +11,16 @@ Set up your machine:
|
|||||||
|
|
||||||
```
|
```
|
||||||
bundle
|
bundle
|
||||||
cd spec/dummy
|
cd test-app
|
||||||
bundle exec rake db:setup
|
bundle exec rake db:setup
|
||||||
cd -
|
cd -
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Initialize the rswag-ui repo with assets.
|
||||||
|
```
|
||||||
|
ci/build.sh
|
||||||
|
```
|
||||||
|
|
||||||
Make sure the tests pass:
|
Make sure the tests pass:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user