mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 10:22:30 +02:00
* 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. |
||
---|---|---|
.. | ||
docs | ||
src | ||
static/img | ||
versioned_docs | ||
versioned_sidebars | ||
docusaurus.config.js | ||
package.json | ||
README.md | ||
sidebars.js | ||
versions.json |
Docusaurus 2 Website
Installation
yarn install
in the root of the repo (one level above this directory).- In this directory, do
yarn start
. - A browser window will open up, pointing to the docs.