/growi-docs

:anchor: GROWI documentation repository

Primary LanguageShellMIT LicenseMIT

growi-docs

wercker status

Requirements

  • Node.js 10.x
  • npm 6.x
  • Yarn 1.12 or above

How to start?

yarn
yarn start

Then, access to the url that VuePress will print like below.

> VuePress dev server listening at http://localhost:8080/

How to write docs?

Add markdown file to docs dir.

For detail, please reference VuePress Documents.