https://github.com/brdgm/stroganov-solo-helper
Stroganov Solo Helper
https://github.com/brdgm/stroganov-solo-helper
boardgame solo stroganov
Last synced: 4 months ago
JSON representation
Stroganov Solo Helper
- Host: GitHub
- URL: https://github.com/brdgm/stroganov-solo-helper
- Owner: brdgm
- License: apache-2.0
- Created: 2022-06-25T10:18:07.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-05T13:51:23.000Z (4 months ago)
- Last Synced: 2026-02-06T00:44:48.564Z (4 months ago)
- Topics: boardgame, solo, stroganov
- Language: Vue
- Homepage: https://brdgm.me/stroganov/
- Size: 5.79 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stroganov Solo Helper
[](https://github.com/brdgm/stroganov-solo-helper/actions?query=workflow%3ABuild+branch%3Adevelop)
[](https://sonarcloud.io/summary/new_code?id=brdgm_stroganov-solo-helper)
Application: https://brdgm.me/stroganov/
## 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/stroganov-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
```