Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 812 Bytes

contributor.md

File metadata and controls

57 lines (38 loc) · 812 Bytes

Installation guide

Clone the project :

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

Launch with docker

build image :

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

build lib :

$ cd Winstan.js/
$ docker-compose run winstan

OR

Install project dependencies :

$ cd Winstan.js/
$ npm i

Workflow

Folders

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