mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
23 lines
244 B
Markdown
23 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
|
|
```
|