https://github.com/dan-shields/shrewslan
Website for ShrewsLAN, a LAN party hosted in Shrewsbury, England
https://github.com/dan-shields/shrewslan
Last synced: 6 days ago
JSON representation
Website for ShrewsLAN, a LAN party hosted in Shrewsbury, England
- Host: GitHub
- URL: https://github.com/dan-shields/shrewslan
- Owner: Dan-Shields
- License: agpl-3.0
- Created: 2018-07-15T23:18:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:36:57.000Z (over 2 years ago)
- Last Synced: 2025-06-05T12:05:11.457Z (14 days ago)
- Language: Vue
- Homepage: https://shrewslan.uk
- Size: 6.49 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shrewslan
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).