0.1.0 • Published 9 months ago

@phongpham2140051/design-system v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Holicay UI

šŸš€ Starter for Next JS 15+, Tailwind CSS 3 and TypeScript āš”ļø, Made with developer experience first: Next.js (app routing), ESLint, Prettier, Husky, Lint-Staged, Jest, PostCSS, Storybook, Vercel actions āš”ļø

Getting Started

To make it easy for you to get started with GitHub, here's a list of recommended next steps.

First, run the development server:

npm run storybook
# or
yarn storybook
# or
pnpm storybook
# or
bun storybook

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

:rocket: Features

Developer experience first:

System Requirements

  • Node.js: >= 18.18 || current 18.20.4 || later
  • macOS, Windows (including WSL), and Linux are supported.

šŸš€ Deploy to production

Install command on Vercel:

corepack use pnpm@`pnpm -v` && pnpm i

You can see the results locally in production mode with:

pnpm build
pnpm start

:gear: Generating components

pnpm generate Button

Result (if you chose an atom component):

└── components
      └── atoms
        └── Button
          ā”œā”€ā”€ index.ts
          ā”œā”€ā”€ Button.stories.tsx
          ā”œā”€ā”€ Button.test.tsx
          └── Button.tsx

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

šŸ¤ Contributing

  1. Fork this repository;
  2. Create your branch: git checkout -b my-awesome-contribution;
  3. Commit your changes: git commit -m 'feat: Add some awesome contribution';
  4. Push to the branch: git push origin my-awesome-contribution.

License

Licensed under the MIT License, Copyright Ā© 2024

See LICENSE for more information.