- Clone this repository.
- Run
yarn install
to download the dependencies and setup the development environment. - Have a host application ready.
- Run
yarn build --watch
to automatically transpile code as you save the file. You can omit the--watch
flag if you want to run the build only once. - In a different terminal, run
yalc publish
to publish the neeto-cist to the local yalc store. - Run
yalc add @bigbinary/neeto-cist
to install the neeto-cist to the host application. - After making necessary changes to
neeto-cist
, runyalc push
to push the changes to the host application (assuming that you are in watch mode and the changes are bundled automatically). - Video explanation on how to use yalc: https://youtu.be/F4zZFnrNTq8