Instructions to use
Step1:
- Clone the repo.
- Run
npm installin the root directory.
Step2: Compile required dependencies from the packages directory. Open the packages directory and inside each directory:
- Install Dependencies using
npm run installand thennpm run build - Run
npm packto 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.