Go to file
2021-08-26 20:29:22 +02:00
.github/workflows Fail on ESLint warnings as well 2020-08-03 20:41:24 +02:00
public It shares 2018-11-18 17:23:19 +01:00
src style: nav buttons under the info fold 2020-10-05 16:59:58 +02:00
tests/unit Fix linter issues 2020-08-03 20:38:37 +02:00
.babelrc First test for crypto.js 2018-11-26 20:18:17 +01:00
.eslintrc.js Fix linter issues 2020-08-03 20:38:37 +02:00
.gitignore Install JUnit reporter for Jest 2019-01-21 20:21:10 +03:00
jest.config.js Fix linter issues 2020-08-03 20:38:37 +02:00
LICENSE License it under GPL-3.0 2019-01-29 17:54:17 +01:00
package.json Configured ESLint 2020-08-03 19:45:08 +02:00
README.md Quickfix on README 2020-08-05 12:53:15 +02:00
vue.config.js Fix linter issues 2020-08-03 20:38:37 +02:00
yarn.lock Bump ws from 5.2.2 to 5.2.3 2021-08-26 17:24:17 +00:00

Banana Split

Yarn tests

Join the chat at https://gitter.im/paritytech/banana_split

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test:unit

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.