inspec/www/README.md

24 lines
244 B
Markdown
Raw Normal View History

2016-09-21 16:16:09 +00:00
# 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
```