Skip to content

thoughtspot/plugin-party

Repository files navigation

PluginParty

Getting started

$ npm i
$ npm i -g nx

Build a package

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.

Understand this workspace

Run nx graph to see a diagram of the dependencies of the projects.

Further help

Visit the Nx Documentation to learn more.