podverse-ui
v3.3.1
Published
React / Typescript component library for Podverse web applications
Readme
podverse-ui
React / Typescript UI component library for Podverse web applications
Use npm link for local development
npm linkThen from inside another repo you want to link to the local podverse-ui module (for example, podverse-web), run the following command:
npm link podverse-uiInstall node_modules
npm installBuild the library and watch for changes
npm run build-lib