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

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

Awesome Lists containing this project

README

          

# LAN Play Status

![](https://img.shields.io/badge/switch-lan--play-orange.svg)
[![Github Action](https://github.com/GreatWizard/lan-play-status/actions/workflows/test.yml/badge.svg)](https://github.com/GreatWizard/lan-play-status/actions/workflows/test.yml)
[![Github Action](https://github.com/GreatWizard/lan-play-status/actions/workflows/deploy.yml/badge.svg)](https://github.com/GreatWizard/lan-play-status/actions/workflows/deploy.yml)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![Liberapay](http://img.shields.io/liberapay/patrons/GreatWizard.svg?logo=liberapay)](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
```