Appearance
Environment Setup
Before you start using Studs Design System, ensure your development environment is properly configured.
System Requirements
- Node.js 18.0.0 or higher
- npm 8.0.0 or higher
- Git for version control
Editor Setup
We recommend using Visual Studio Code with the following extensions:
- ESLint
- Prettier
- TypeScript and JavaScript Language Features
- Tailwind CSS IntelliSense
Required Tools
Node.js and npm
bash# Check your Node.js version node --version # Check your npm version npm --version
pnpm (Recommended)
bashnpm install -g pnpm
Development Dependencies
bashpnpm install typescript @types/node -D
Next Steps
Once your environment is set up, proceed to:
- Project Setup to create a new project
- Turborepo Setup for monorepo configuration