This folder is the source code for StopLight's website. It is a Jekyll website hosted on GitHub pages.
gem install bundler
npm installIf you will get ERROR: Error installing nokogiri: ERROR: Failed to build gem native extension. during npm install, run this command:
xcode-select --installnpm startThis will deploy to GitHub pages:
npm run deploy