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

https://github.com/vectrixdevelops/guardianbeam

:trident: Guardian Beam - A web panel for managing player reports and Guardian reports.
https://github.com/vectrixdevelops/guardianbeam

Last synced: 9 months ago
JSON representation

:trident: Guardian Beam - A web panel for managing player reports and Guardian reports.

Awesome Lists containing this project

README

          

# Guardian Beam

A web panel for managing player reports and Guardian reports.

## Scripts

[See `Makefile` for details.](Makefile)

### Start development

Start a development server at [`http://localhost:3000/`](http://localhost:3000/) and watch for changes.

```
make start
```

### Build for production

```
make
```