🌴 Inspired on the Figma
To run server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
Getting Started with storybook (Storybook DEMO!)
First, run the development server:
npm run storybook
# or
yarn storybook
# or
pnpm storybook
Open http://localhost:6006 with your browser to see the components and documentation.
First, run the tests:
npm run test
# or
yarn test
# or
pnpm test
Check the terminal output to get results.