# host
$ git clone git@bitbucket.org:androvideo/webserver-frontend.git
$ cd webserver-frontend
$ npm install
$ npm start
$ npm run build
- master
The main branch.
How to push commits?- Create your new branch from
master
. - Push commits to your new branch.
- Create a merge-request from your new branch to
master
.
- note: Merge master into avn before release.
- Create your new branch from
- avn
The ArecontVision branch.
How to push commits?- Create your new branch from
avn
. - Push commits to your new branch.
- Create a merge-request from your new branch to
avn
.
- note: Don't merge avn into master.
- Create your new branch from