An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Ark Nova Solo Helper

[![Build](https://github.com/brdgm/ark-nova-solo-helper/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/brdgm/ark-nova-solo-helper/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=brdgm_ark-nova-solo-helper&metric=alert_status)](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
```