Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 468 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 468 Bytes

podverse-ui

React / Typescript UI component library for Podverse web applications

Use npm link for local development

npm link

Then 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-ui

Install node_modules

npm install

Build the library and watch for changes

npm run build-lib