podverse / podverse-ui

React component library for Podverse web applications

Home Page:https://podverse.fm/about

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React component library for Podverse web applications

https://podverse.fm/about

License:MIT License


Languages

Language:TypeScript 68.8%Language:SCSS 23.0%Language:JavaScript 8.2%