File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,23 @@ open swagger-ui-1.0/index.html
17
17
How to Improve It
18
18
-----------------
19
19
20
- 1 . [ Fork!] ( https://github.com/wordnik/swagger-ui )
21
- 1 . Hack.
22
- 1 . Submit a pull request.
20
+ First, create your own fork of [ wordnik/swagger-ui] ( https://github.com/wordnik/swagger-ui )
23
21
24
- Note: The HTML and CSS are converted from Haml and Sass, which means there are currently some development
25
- dependencies. We are looking into revamping the source files and eliminating all development
26
- dependencies by using [ less.js] ( http://lesscss.org/ )
22
+ To hack on swagger-ui, you'll need ruby. Then..
23
+
24
+ ``` bash
25
+ # Install the middleman gem:
26
+ gem install middleman
27
+
28
+ # Start up a development server on http://localhost:4567
29
+ middleman
30
+
31
+ # Edit the files in `/source`
32
+ # Then when you're ready to build, run:
33
+ middleman build
34
+ ```
35
+
36
+ To share your changes, [ submit a pull request] ( https://github.com/wordnik/swagger-ui/pull/new/master ) .
27
37
28
38
License
29
39
-------
You can’t perform that action at this time.
0 commit comments