Instructions to use
Step1:
- Clone the repo.
- Run
npm install
in the root directory.
Step2: Compile required dependencies from the packages directory. Open the packages directory and inside each directory:
- Install Dependencies using
npm run install
and thennpm run build
- Run
npm pack
to create a .tgz file - Link the package file to the root package.json using file path e.g.
"@contco/editor": "file:packages/editor/contco-editor-v1.1.17.tgz"
Step3:
- Run
npm run dev
- Open http://localhost:3003 on your browser.