We decided to make the Referral SaaSquatch documentation site an open source project so that we could get help from all of the lovely people out there. Contributing is easy because the documentation is 99% plain HTML.
The site is a simple Play Framework 2.0 application. The only gotcha is that the @ character is a reserved character, so you need to use @@ to escape it in any scala.html files.
play run
To make sure that everything is good, run the tests.
sbt test
When you're done with edits, just submit a pull request, and we'll roll it in once the Travis CI build passes and someone finishes code review.
