🎉 Thanks for contributing to this docs project! 🎉
This document needs lots of help, please update and improve it!
To get started you'll need to install the dependencies required using yarn and bundler.
yarn install
bundle installAs you work on the docs you can view the changes locally by running this command.
bundle exec jekyll serve
We use remark to validate the markdown files for consistency and bad links.
yarn test