Go to file
2020-08-03 19:45:08 +02:00
.github/workflows Cache yarn, don't run twice 2020-08-03 16:58:18 +02:00
public It shares 2018-11-18 17:23:19 +01:00
src improving print styles 2020-07-01 12:54:23 -03:00
tests/unit Configured ESLint 2020-08-03 19:45:08 +02:00
.babelrc First test for crypto.js 2018-11-26 20:18:17 +01:00
.eslintrc.js Configured ESLint 2020-08-03 19:45:08 +02:00
.gitignore Install JUnit reporter for Jest 2019-01-21 20:21:10 +03:00
jest.config.js Install JUnit reporter for Jest 2019-01-21 20:21:10 +03: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 Added yarn tests badge to README.md 2020-08-03 17:15:34 +02:00
vue.config.js Also print git commit hash 2019-07-15 17:19:56 +02:00
yarn.lock Configured ESLint 2020-08-03 19:45:08 +02: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

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.