Skip to content

Latest commit

 

History

History
executable file
·
57 lines (38 loc) · 801 Bytes

File metadata and controls

executable file
·
57 lines (38 loc) · 801 Bytes

Installation guide

Clone the project :

$ git clone https://github.com/DWTechs/CtrlTab.js.git

Launch with docker

build image :

$ cd CtrlTab/
$ docker-compose up -d

build lib :

$ cd CtrlTab/
$ docker-compose run ctrltab

OR

Install project dependencies :

$ cd CtrlTab/
$ npm i

Workflow

Folders

  • scripts/
  • dist/
  • src/
  • web/