The documentation showed npm being used to install the tool, but then yarn to run a server. This changes the examples to all use npm for consistency's sake. Alternatively, you could switch all code blocks to yarn, or add example code for each package manager.
Additional context
What is the purpose of this pull request?
[ ] Bug fix
[ ] New Feature
[X] Documentation update
[ ] Other
Before submitting the PR, please make sure you do the following
Description
The documentation showed
npm
being used to install the tool, but thenyarn
to run a server. This changes the examples to all usenpm
for consistency's sake. Alternatively, you could switch all code blocks toyarn
, or add example code for each package manager.Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).