Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mimecorg/webissues-guide
- Owner: mimecorg
- License: agpl-3.0
- Created: 2020-01-10T17:55:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T06:49:43.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T04:54:23.791Z (7 months ago)
- Topics: bug-tracker, documentation, guide, issue-tracker, project-management, team-collaboration, vuepress
- Homepage: https://github.com/mimecorg/webissues
- Size: 1.24 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.