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

Viron is an open source admin tool.

Notifications You must be signed in to change notification settings

cam-inc/viron-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.