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

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

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
```