https://github.com/brdgm/weather-machine-solo-helper
Weather Machine Solo Helper
https://github.com/brdgm/weather-machine-solo-helper
boardgame machine solo weather
Last synced: 4 months ago
JSON representation
Weather Machine Solo Helper
- Host: GitHub
- URL: https://github.com/brdgm/weather-machine-solo-helper
- Owner: brdgm
- License: apache-2.0
- Created: 2022-11-16T18:01:45.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-01T21:55:28.000Z (4 months ago)
- Last Synced: 2026-02-02T06:34:15.963Z (4 months ago)
- Topics: boardgame, machine, solo, weather
- Language: Vue
- Homepage: https://brdgm.me/weather-machine/
- Size: 11.3 MB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather Machine Solo Helper
[](https://github.com/brdgm/weather-machine-solo-helper/actions?query=workflow%3ABuild+branch%3Adevelop)
[](https://sonarcloud.io/summary/new_code?id=brdgm_weather-machine-solo-helper)
Application: https://brdgm.me/weather-machine/
## Contribute
This application is Open Source. You can contribute by creating issues or pull requests!
If you want to provide an additional translation, provide a new JSON file in the [locales](https://github.com/brdgm/weather-machine-solo-helper/tree/develop/src/locales) folder, see [Contribute a Translation](https://github.com/brdgm/brdgm.github.io/wiki/Contribute-a-Translation).
## Development
```
npm install
```
### Compiles and hot-reloads for development
```
npm run dev
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Lints and fixes files
```
npm run lint
```