mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
Merge pull request #1118 from chef/dr/www-build
add readme to www-build
This commit is contained in:
commit
a0e79519b6
1 changed files with 23 additions and 0 deletions
23
www/README.md
Normal file
23
www/README.md
Normal 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
|
||||
```
|
Loading…
Reference in a new issue