https://github.com/brdgm/seti-solo-helper
SETI Solo Helper
https://github.com/brdgm/seti-solo-helper
boardgame seti solo
Last synced: 4 months ago
JSON representation
SETI Solo Helper
- Host: GitHub
- URL: https://github.com/brdgm/seti-solo-helper
- Owner: brdgm
- License: apache-2.0
- Created: 2025-04-13T13:55:01.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2026-02-02T23:13:01.000Z (4 months ago)
- Last Synced: 2026-02-03T12:21:17.972Z (4 months ago)
- Topics: boardgame, seti, solo
- Language: Vue
- Homepage: https://brdgm.me/seti/
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SETI Solo Helper
[](https://github.com/brdgm/seti-solo-helper/actions?query=workflow%3ABuild+branch%3Adevelop)
[](https://sonarcloud.io/summary/new_code?id=brdgm_seti-solo-helper)
Application: https://brdgm.me/seti/
## 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/seti-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
```