https://github.com/greatwizard/lan-play-status
LAN Play Status Page
https://github.com/greatwizard/lan-play-status
hacktoberfest lan-play status status-page switch
Last synced: about 1 year ago
JSON representation
LAN Play Status Page
- Host: GitHub
- URL: https://github.com/greatwizard/lan-play-status
- Owner: GreatWizard
- License: agpl-3.0
- Created: 2018-11-10T12:19:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T00:23:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T12:51:30.746Z (over 1 year ago)
- Topics: hacktoberfest, lan-play, status, status-page, switch
- Language: Vue
- Homepage: http://lan-play.com
- Size: 87.6 MB
- Stars: 29
- Watchers: 4
- Forks: 81
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LAN Play Status

[](https://github.com/GreatWizard/lan-play-status/actions/workflows/test.yml)
[](https://github.com/GreatWizard/lan-play-status/actions/workflows/deploy.yml)
[](https://www.gnu.org/licenses/agpl-3.0)
[](https://liberapay.com/GreatWizard/)
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Run your end-to-end tests
```
yarn run test:e2e
```
### Run your unit tests
```
yarn run test:unit
```