trilogy-studio-components
v0.0.1
Published
This package contains the core UI components for Trilogy Studio.
Readme
Trilogy Studio Components
This package contains the core UI components for Trilogy Studio.
Manual Publishing
To publish this package manually, follow these steps:
- Navigate to the
libdirectory:cd lib - Install dependencies:
npm install - Build the components:
npm run build - Login to NPM:
npm login - Publish the package:
npm publish
