From 15753aec16f1ec001495df005d2785aee2ba799f Mon Sep 17 00:00:00 2001 From: Dominik Richter Date: Wed, 21 Sep 2016 18:16:09 +0200 Subject: [PATCH] add readme to www-build --- www/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 www/README.md diff --git a/www/README.md b/www/README.md new file mode 100644 index 000000000..ba0335451 --- /dev/null +++ b/www/README.md @@ -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 +```