/webissues-guide

User guide for the WebIssues team collaboration system.

GNU Affero General Public License v3.0AGPL-3.0

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.