mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
add readme to www-build
This commit is contained in:
parent
c4e72490ce
commit
15753aec16
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…
Add table
Reference in a new issue