This is the repo for the SME-QA website which can be found at smeqa.usds.gov.
https://brew.sh/
https://jekyllrb.com/docs/installation/macos/
If you have a WHIT Mac, follow these instructions on installing Xcode, Homebrew, NPM, and Ruby.
xcode-select --install
brew install ruby
echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.bash_profile
which ruby
ruby -v
gem install bundler
gem install jekyll
node --version
npm --version
npm install --global gulp-cli
bundle install
npm run dev
This will serve the application on port 8080 and should automatically open http://localhost:8080.
npm run build
NOTE: This isn't necessary as github pages will perform this step automatically.
If you have no styles when building locally or otherwise need to have a separate local configuration, run the following command:
bundle exec jekyll serve --config _config-dev.yml