UI Libraries based on [Alphalitical Design System](https://www.figma.com/file/hEbtTGwJS8eTqFM29O5Pl3/Alpha-Design-System?node-id=722%3A5334)
npm install alphalitical-uiUI Libraries based on Alphalitical Design System
Just install like this:
``bash`
npm install alphalitical-uior yarn
yarn add alphalitical-ui
first you need to clone this project with this command:
`bash`
git clone git@source.alphalitical.io:syahril/alphalitical-ui.git
go to alphalitical-ui directory then install required dependency with this command:
`bash`
npm installor yarn
yarn
and then, compile the lib with this command:
`bash`
npm run compileor yarn
yarn compile
after it's compiled, then you can go ahead to add this lib to your dependency with this command:
`bash``
npm install /or yarn
yarn add file:
_Note: Remember to recompile after pull_