Skip to content

Latest commit

 

History

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

File metadata and controls

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

Installation guide

Clone the project :

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

Launch with docker

build image :

$ cd CheckHard.js/
$ docker-compose up -d

build lib :

$ cd CheckHard.js/
$ docker-compose run checkhard

OR

Install project dependencies :

$ cd CheckHard.js/
$ npm i

Workflow

Folders

  • scripts/
  • dist/
  • src/
  • tests/