$ yarn
$ yarn watch:browser # to dev
$ yarn build:browser # to build
Check out the documentation for components on Styleguidist.
You can add fixtures by using ACH and data in test/fixtures.
The Banks application can be "skinned" to MesInfos style.
Use env SKIN='mesinfos' yarn build
for example to build with the MesInfos icon and slug. To deploy to a branch different from build you can use env DEPLOY_BRANCH='build-maif' yarn deploy
.
You can use scripts/build-deploy-skins
to automatically build and deploy
the vanilla app and the skinned version of the app.
The application is built automatically by Travis.
master
->build
prod
->latest
The skins are also built into build-$skin
or latest-$skin
.
To be able to start the mobile app on an emulator or a real device, you can follow this guide.