Skip to content

mimecorg/webissues-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webissues-guide

User guide for the WebIssues team collaboration system.

This project is based on VuePress.

Development

Use the following command to start the development server:

npm run dev

Then open http://localhost:8080/webissues-guide/ in a browser.

Building

Use the following command to build the static website:

npm run build

The output will be placed in the dist/ subdirectory.