https://github.com/brdgm/autobahn-solo-helper
Autobahn Solo Helper
https://github.com/brdgm/autobahn-solo-helper
autobahn boardgame solo
Last synced: 4 months ago
JSON representation
Autobahn Solo Helper
- Host: GitHub
- URL: https://github.com/brdgm/autobahn-solo-helper
- Owner: brdgm
- License: apache-2.0
- Created: 2023-03-12T17:33:34.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-01T17:58:43.000Z (4 months ago)
- Last Synced: 2026-02-02T02:06:51.108Z (4 months ago)
- Topics: autobahn, boardgame, solo
- Language: Vue
- Homepage: https://brdgm.me/autobahn/
- Size: 4.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autobahn Solo Helper
[](https://github.com/brdgm/autobahn-solo-helper/actions?query=workflow%3ABuild+branch%3Adevelop)
[](https://sonarcloud.io/summary/new_code?id=brdgm_autobahn-solo-helper)
Application: https://brdgm.me/autobahn/
## 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/autobahn-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
```