Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mimecorg/webissues-guide

User guide for the WebIssues team collaboration system.
https://github.com/mimecorg/webissues-guide

bug-tracker documentation guide issue-tracker project-management team-collaboration vuepress

Last synced: 22 days ago
JSON representation

User guide for the WebIssues team collaboration system.

Awesome Lists containing this project

README

        

# webissues-guide

User guide for the [WebIssues](https://github.com/mimecorg/webissues) team collaboration system.

This project is based on [VuePress](https://vuepress.vuejs.org/).

## 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.