Ui Kit for Pangolin
For getting started please follow this guide
- do
yarn
in example directory. - copy
.env.sample
to.env
- 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.