Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 625 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 625 Bytes

growi-org

Deploy

Requirements

  • Node.js 14.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 refer VuePress Documents.