Skip to content
On this page

Cheatsheet

The topics in this cheatsheet can be accessed in the header.

How to Contribute

  • Fork the github repo
  • Make some modifications to one or some markdown files in the /docs folder,
  • Commit your modifications,
  • Open a pull request.

Run the Cheatsheet locally

If you want to run the documentation locally, you should have yarn installed. Then, in the repository folder, run

bash
yarn install   # install the lib
yarn docs:dev  # run the documentation

Released under the MIT License.