Skip to content

fffflo/cozy-banks

 
 

Repository files navigation

Cozy Banks

How to start developing

$ yarn
$ yarn watch:browser # to dev
$ yarn build:browser # to build

Components

Check out the documentation for components on Styleguidist.

Fixtures

You can add fixtures by using ACH and data in test/fixtures.

Skins

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.

Build

The application is built automatically by Travis.

  • master -> build
  • prod -> latest

The skins are also built into build-$skin or latest-$skin.

Get a working Android environment

To be able to start the mobile app on an emulator or a real device, you can follow this guide.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.2%
  • CSS 11.3%
  • HTML 2.9%
  • Ruby 1.4%
  • Shell 1.1%
  • C++ 0.1%