The website is a static site built using Jekyll and served using GitHub Pages. It is automatically built and published each time a change hits the master
branch, or you can build the site locally by following the instructions below.
git clone https://github.com/presidential-innovation-foundation/presidential-innovation-foundation.github.io
cd presidential-innovation-foundation.github.io
bundle install
bundle exec jekyll serve
- Open
localhost:4000
in your browser
- Fork the repository
- Create a new, descriptively named branch
- Make your change
- Submit a pull request