mirror of
https://github.com/inspec/inspec
synced 2024-11-13 00:17:08 +00:00
24 lines
244 B
Markdown
24 lines
244 B
Markdown
|
# InSpec homepage
|
||
|
|
||
|
## Development
|
||
|
|
||
|
Get all dependencies:
|
||
|
|
||
|
```bash
|
||
|
bundle install
|
||
|
```
|
||
|
|
||
|
To run it live run:
|
||
|
|
||
|
```bash
|
||
|
bundle exec middleman server
|
||
|
```
|
||
|
|
||
|
## Building
|
||
|
|
||
|
To build to a local static folder, run:
|
||
|
|
||
|
```bash
|
||
|
bundle exec middleman server
|
||
|
```
|