Contributions are highly welcomed.
To start contributing, follow these steps:
- Fork this repository and
git clone
your version - Install the dependencies (including Vuepress) with
npm install
(or use yarn) - Edit the documentation and view the output with Vuepress using
npm run dev
- When satisfied, format your code using
npx prettier --write .
- Commit your changes to the branch on your fork and submit a new PR to this master branch