>>> git clone https://github.com/insoftlabs/websites.git
>>> cd websites
>>> pnpm installpnpm build- Build all packages and appspnpm dev- Run all apps locallypnpm format:check- Check if your files are formattedpnpm format:write- Format all filespnpm lint- Lint all packagespnpm clean- Clean up allnode_modulesanddistfolders (runs each package's clean script)
This monorepo includes the following packages and applications:
apps/raddix: Documentation website for raddixpackages/vintex: React component library shared by applicationspackages/tsconfig: Sharedtsconfig.jsons used throughout the Turborepopackages/tailwind-config: ESLint shared config