add readme to www-build

This commit is contained in:
Dominik Richter 2016-09-21 18:16:09 +02:00
parent c4e72490ce
commit 15753aec16

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
```