My personal website with expansion possibilities based on the design system of my personal brand.
Framework: Next.js, React
Design: CVA, Storybook, Tailwind CSS, @tabler/icons
Blog: gray-matter, highlight.js, next-mdx-remote
Workflow: ESLint,Nx, TypeScript, Prettier
- Blog with MDX and code snippet support
- Extensible Design System based on React, Storybook and Tailwind CSS
- Improve UX
- Extract site components to the design system
You can check out all the planned changes, fixes and refactorings here.
Clone the project
git clone https://github.com/GrzywN/karbin.gitGo to the project directory
cd karbinInstall dependencies
yarn installStart the server
yarn startTo run tests, run the following command
yarn test site
yarn test shared-uiTo run e2e tests, run the following command
yarn nx e2e shared-ui-e2eTo deploy this project on Vercel:
- Set
Output Directorytodist/apps/site/.next. - Install dependencies using yarn
yarn install - Run
yarn nx build site --prod



