The website isn't anything spectacular, but it serves its purpose: Present information, including documentation to the user.
If you want to make some changes, a few things to keep in mind.
- Make sure Ruby (>= v1.8) is installed.
- Install bundler (
gem install bundler
) - Run
bundle install
- Build the site HTML files by typing:
proton build
(If #2 fails, you may need to type sudo gem install bundler
instead.)