# uCentral UI Library ## What is this? The uCentral UI Library will be used for different micro services clients part of the uCentral program such as [uCentralGW UI](https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui). To use this library, you either need to run it on your machine for development or install it. ### Development Please install `npm` for the platform you are using and run these commands. ``` git clone https://github.com/Telecominfraproject/wlan-cloud-ucentral-ui-libs cd wlan-cloud-ucentral-ui-libs npm install ``` ### Install for use in other projects ``` npm install ucentral-libs ```