$ npm i
$ npm i -g nx
To build the package sheets
for example:
$ nx run sheets:build
This will build sheets
along with all its dependencies.
You can then navigate to the packages/<packageName>
you want to develop in.
✨ This workspace has been generated by Nx, a Smart, fast and extensible build system. ✨
Run nx graph
to see a diagram of the dependencies of the projects.
Visit the Nx Documentation to learn more.