https://github.com/brdgm/ark-nova-solo-helper
Ark Nova Solo Helper
https://github.com/brdgm/ark-nova-solo-helper
ark boardgame nova solo
Last synced: about 2 months ago
JSON representation
Ark Nova Solo Helper
- Host: GitHub
- URL: https://github.com/brdgm/ark-nova-solo-helper
- Owner: brdgm
- License: apache-2.0
- Created: 2022-06-11T14:16:48.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2026-04-09T19:44:58.000Z (about 2 months ago)
- Last Synced: 2026-04-09T21:30:05.889Z (about 2 months ago)
- Topics: ark, boardgame, nova, solo
- Language: Vue
- Homepage: https://brdgm.me/ark-nova/
- Size: 13 MB
- Stars: 20
- Watchers: 1
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ark Nova Solo Helper
[](https://github.com/brdgm/ark-nova-solo-helper/actions?query=workflow%3ABuild+branch%3Adevelop)
[](https://sonarcloud.io/summary/new_code?id=brdgm_ark-nova-solo-helper)
Application: https://brdgm.me/ark-nova/
## 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/ark-nova-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
```