Site: https://xboxoneresearch.github.io
Jekyll is used for building this static page.
Requirements:
- ruby bundle (https://github.com/rubygems/rubygems)
How to:
- Clone the repo:
git clone [email protected]:xboxoneresearch/xboxoneresearch.github.io.git
- Go into clone repo:
cd xboxoneresearch.github.io/
- Install ruby deps:
bundle install
- Serve the site locally:
jekyll serve
- Make edits
- Commit & push