Skip to content

brdgm/ark-nova-solo-helper

Repository files navigation

Ark Nova Solo Helper

Build Quality Gate Status

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 folder, see 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