@pangolindex/components
v7.3.12
Published
Pangolin Components
Downloads
188
Readme
components
Ui Kit for Pangolin
Getting started
For getting started please follow this guide
setup example repo
- do
yarn
in example directory. - copy
.env.sample
to.env
development flow
- do
yarn
in components. - make sure you follow
setup example repo
steps - do
yarn dev:example
which will start app fromexample
directory. - as you develop components in
src
folder, you can keep testing it in example app. - once its developed you can use those new changes in interface repo.