If you need to deploy it, you need to build it and deploy it manually.
Latest deployed branch: master
Hacking the Cozy Bilanorientation app requires you to [setup a dev environment][setup].
You can then clone the app repository and install dependencies:
$ git clone https://github.com/cozy/bilanorientation.git
$ cd bilanorientation
$ yarn install
📌 If you use a node environment wrapper like [nvm] or [ndenv], don't forget to set your local node version before doing a yarn install
.
Cozy's apps use a standard set of npm scripts to run common tasks, like watch, lint, test, build…