This is a Next.js project bootstrapped with create-next-app and Storybook. Using Tailwind as CSS framework. Big thanks to Preline, because i'm using their design sytem for this project.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
First, run the development server:
npm run storybook
# or
yarn storybookOpen http://localhost:6006 with your browser to see the result.