Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 554 Bytes

File metadata and controls

28 lines (18 loc) · 554 Bytes

🎉 Thanks for contributing to this docs project! 🎉

This document needs lots of help, please update and improve it!

Setup

To get started you'll need to install the dependencies required using yarn and bundler.

yarn install
bundle install

Develop

As you work on the docs you can view the changes locally by running this command.

bundle exec jekyll serve

Test

We use remark to validate the markdown files for consistency and bad links.

yarn test