https://github.com/expressjs/statusboard
A project status board for the Express community
https://github.com/expressjs/statusboard
Last synced: 3 months ago
JSON representation
A project status board for the Express community
- Host: GitHub
- URL: https://github.com/expressjs/statusboard
- Owner: expressjs
- License: mit
- Created: 2019-08-15T07:09:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T18:02:14.000Z (12 months ago)
- Last Synced: 2025-01-29T10:37:02.480Z (12 months ago)
- Language: JavaScript
- Homepage: https://expressjs.github.io/statusboard/
- Size: 29.4 MB
- Stars: 8
- Watchers: 8
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Express StatusBoard
**Notice: This is a work in progress, some things might not work as expected**
This package exposes an api and cli for managing a project StatusBoard. It
is a thin wrapper around `@pkgjs/statusboard` with configuration for Express
projects.
The status board website can be found here: https://expressjs.github.io/statusboard/
Build and serve the StatusBoard locally:
```bash
exsb build &&exsb serve
```