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 either vanilla HTML or Markdown.
The site is a simple Metalsmith static site hosted on Firebase.
To contribute:
- Clone this repo
- Add or edit an article in the
srcfolder - Run
yarn installfollowed byyarn run localto run locally and verify your changes - Submit a pull request to the
stagingbranch.
We'll roll in changes once the Travis CI build passes and someone finishes code review.
