docusaurus/website
Paul Glezen 4278cebf67
docs(v2): fix typo in command on installation page (#2886)
* Fix installation.md typo

Checking the docusaurus version should be done with

```
npx docusaurus --version
```

not 

```
npm docusaurus --version
```

otherwise it prints the version of `npm` instead of `docusaurus`.

* docs: Fixed installation.md for checking version.

Specifying `npm` for the version will yield the version of NPM
instead of docusaurus itself.  Use `npx` for the docusaurus version.
2020-06-06 04:14:53 +03:00
..
docs docs(v2): fix typo in command on installation page (#2886) 2020-06-06 04:14:53 +03:00
src feat(v2): allow adding components to react-live scope (#2826) 2020-06-04 15:18:42 +03:00
static/img fix(v2): fix aspect ratio for Open Graph image (#2435) 2020-03-22 10:05:23 +08:00
versioned_docs docs(v2): fix typo in command on installation page (#2886) 2020-06-06 04:14:53 +03:00
versioned_sidebars docs(v2): delete alpha.43 2020-05-28 08:58:04 +03:00
docusaurus.config.js fix(v2): fix broken URL to introduction 2020-06-04 03:38:01 +03:00
package.json v2.0.0-alpha.56 2020-05-27 20:18:28 +03:00
README.md feat(v2): disable optimization.removeAvailableModules for webpack performance (#1711) 2019-07-26 22:42:03 +07:00
sidebars.js feat(v2): expanded sidebar categories by default (#2682) 2020-05-28 13:17:19 +08:00
versions.json docs(v2): delete alpha.43 2020-05-28 08:58:04 +03:00

Docusaurus 2 Website

Installation

  1. yarn install in the root of the repo (one level above this directory).
  2. In this directory, do yarn start.
  3. A browser window will open up, pointing to the docs.