npix is a fully customizable collection of UI components built for React using Tailwind and NextJS.
This repo contains the CLI scripts that are used to install the components. To see the docs site, go here
This project is built using PBandJ and contains the following:
/lib
contains all of the components/src
is a playground dev server/stories
has the stories used to run storybook/cli
contains the scripts for the CLI commands
npm run dev
to launch the playground dev server.
npm run storybook
to launch the storybook test app.