>>> git clone https://github.com/insoftlabs/websites.git
>>> cd websites
>>> pnpm install
pnpm 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_modules
anddist
folders (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.json
s used throughout the Turborepopackages/tailwind-config
: ESLint shared config