1.1.5 • Published 2 years ago
@creditstar/admin-ui-components v1.1.5
Getting Started
These instructions will guide you through the process of setting up the CreditStar Admin UI Components on your local development machine.
Prerequisites
Before you begin, ensure you have node and npm installed on your machine. You can check your current version with:
node --version
npm --versionLocal Development and Testing
Installation
Navigate to root folder and run yarn install
Development and testing
- In the root directory of @creditstar/admin-ui-components, run:
npm link - In the project directory where you want to test the components, run:
npm link @creditstar/admin-ui-components - When testing is complete, run the following command in your project directory:
npm unlink @creditstar/admin-ui-components4. After code changes are made, in root folder of amdin-ui-projects runyarn build
Publishing to NPM
- Update version of
package.jsonfile, push your code changes. - Run
npm publish
Usage
comming soon