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.
- Host: GitHub
- URL: https://github.com/vectrixdevelops/guardianbeam
- Owner: vectrixdevelops
- License: mit
- Archived: true
- Created: 2018-02-20T22:56:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T06:43:30.000Z (about 8 years ago)
- Last Synced: 2025-09-01T02:54:09.504Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 278 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```