Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.07 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.07 KB

webserver-frontend

Setup the develop environment

1. Clone the repository

# host
$ git clone git@bitbucket.org:androvideo/webserver-frontend.git
$ cd webserver-frontend
$ npm install

2. Start the develop server

$ npm start

Build

$ npm run build

Branches

  • master
    The main branch.
    How to push commits?
    1. Create your new branch from master.
    2. Push commits to your new branch.
    3. Create a merge-request from your new branch to master.
    • note: Merge master into avn before release.
  • avn
    The ArecontVision branch.
    How to push commits?
    1. Create your new branch from avn.
    2. Push commits to your new branch.
    3. Create a merge-request from your new branch to avn.
    • note: Don't merge avn into master.

Design Spec