18F/18f.gsa.gov

View on GitHub
serve

Summary

Maintainability
Test Coverage
#!/bin/sh

LC_ALL="en_US.UTF-8" \
bundle exec jekyll serve \
  --watch \
  --trace \
  --incremental \
  --host 0.0.0.0  \
  --baseurl /site \