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
src
folder - Run
yarn install
followed byyarn run local
to run locally and verify your changes - Submit a pull request to the
staging
branch.
We'll roll in changes once the Travis CI build passes and someone finishes code review.