This is a Next.js project bootstrapped with create-next-app
.
Getting Started
This component library comes with a Next.js project pre-configured with TypeScript, ESLint, Prettier, and Tailwind CSS, which is used to test the components.
To run the next.js app, first run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Storybook
We use Storybook to test the components without serving any react app.
To run the storybook, first run:
npm run storybook
Open http://localhost:6006 with your browser to see the result.
TODO