Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 467 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 467 Bytes

codengage-lab

Get start

  1. First clone:
$ git clone [email protected]:codengage/codengage-lab.git
$ cd ./codengage-lab
$ yarn
  1. To run commands on packages use yarn worksace commands
$ yarn workspace @codengage/<package> <command>
// or use cli like tsc and ts-node
$ yarn workspace @codengage/<package> run <command>
  1. Run api example project
$ yarn workspace @codengage/api build
$ yarn workspace @codengage/api dev