This repository contains source for Reaction Commerce documentation.
The master
and development
branches are both published to https://docs.reactioncommerce.com
Pull requests should be made to the development
branches.
Reaction Docs uses remark-lint for linting Markdown style. You can install and use it in this repo by running:
npm install
If you're using Atom, you can install the supported plugin linter-markdown to get linting feedback as you write. If you're using a different editor, see the list of available editor integrations.
# get lint results for the whole repo in your console
npm run lint
# fix anything that can be fixed automatically
npm run lint-fix