Merge pull request #1118 from chef/dr/www-build

add readme to www-build
This commit is contained in:
Christoph Hartmann 2016-09-21 18:43:04 +02:00 committed by GitHub
commit a0e79519b6

23
www/README.md Normal file
View file

@ -0,0 +1,23 @@
# 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
```