- ๐ @parte-ds/ui - Parte์ ์ปดํฌ๋ํธ ๋ผ์ด๋ธ๋ฌ๋ฆฌ
- ๐ @parte-ds/icons - Parte์ ์์ด์ฝ ๋ผ์ด๋ธ๋ฌ๋ฆฌ
- ๐ @parte-ds/utils - Parte ๋ด๋ถ ์ ํธ ๋ชจ์
pnpm install
pnpm dev@parte-ds/ui๋ Pretendard ํฐํธ๋ฅผ ์ฌ์ฉํ๊ณ ์์ต๋๋ค. ์ฌ์ฉํ๋ ํ๋ก์ ํธ์ html ํ์ผ์ ์๋ link ํ๊ทธ๋ css์ @import ๋ฌธ์ผ๋ก ์ถ๊ฐํด์ฃผ์ธ์.
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable-dynamic-subset.css"
/>pnpm build- Build all packages, including the Storybook sitepnpm dev- Run all packages locally and preview with Storybookpnpm lint- Lint all packagespnpm changeset- Generate a changesetpnpm clean- Clean up allnode_modulesanddistfolders (runs each package's clean script)
This repository is powered by ...
- ๐ Turborepo โ High-performance build system for Monorepos
- ๐ React โ JavaScript library for user interfaces
- ๐ Tsup โ TypeScript bundler powered by esbuild
- ๐ Storybook โ UI component environment powered by Vite
As well as a few others tools preconfigured:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
- Changesets for managing versioning and changelogs
- GitHub Actions for fully automated package publishing