Skip to content

Latest commit

 

History

History
executable file
·
58 lines (39 loc) · 815 Bytes

contributor.md

File metadata and controls

executable file
·
58 lines (39 loc) · 815 Bytes

Installation guide

Clone the project :

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

Launch with docker

build image :

$ cd Slughorn/
$ docker-compose up -d

build lib :

$ cd Slughorn/
$ docker-compose run slughorn

OR

Install project dependencies :

$ cd Slughorn/
$ npm i

Workflow

Folders

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