How to install open-source code


Overview: trying to make use of amity open-source inside an angular application.
Seem like ui-kit-open-source is not registered.
How can I in cooperate inside my code base ?

Hi @Sowmya can you pls share the steps you imported our uikit open source ? The team will help check, if any steps are missing.

Steps to reduce are straightforward, I have an angular application and trying to install amity open source. We have an angular application we are making use of a wrapper & working with Amity UI kit which works fine, but we wanted to use ui-kit-open-source so that we have more privileges to customize.

Step to reproduce:
ng new sampleApp
cd sampleApp
ng serve
npm install --save @amityco/ui-kit-open-source

Trying to install in react application it still says gives the same error.
Steps to reproduce:
npx create-react-app my-app
cd my-app
npm start
npm install --save @amityco/ui-kit-open-source

Well noted, and thank you for informing us. The team has acknowledged and we will check on our end, I will keep you posted :pray:

Hi @Sowmya we have updated our instructions on our github (GitHub - AmityCo/Amity-Social-Cloud-UIKit-Web-OpenSource) Please note that, if you’re currently using our packaged uikit, you will have to remove and unlink packaged UI Kit from your project first :pray: