Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.
/ viron-doc Public archive

Latest commit

 

History

History
25 lines (17 loc) · 427 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 427 Bytes

viron-doc

How to Develop

$ cd website
$ npm install
$ npm run start

then access to here.

How to Add Documents

  1. Add new .md files in ./docs/ directory.
  2. Edit website/sidebars.json file.

How to Publish

$ cd website
$ GIT_USER=<GIT_USER> USE_SSH=true npm run publish-gh-pages

GIT_USER: The username for a GitHub account that has commit access to this repo.