Skip to content

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

  1. Node.js and npm

    bash
    # Check your Node.js version
    node --version
    
    # Check your npm version
    npm --version
  2. pnpm (Recommended)

    bash
    npm install -g pnpm
  3. Development Dependencies

    bash
    pnpm install typescript @types/node -D

Next Steps

Once your environment is set up, proceed to: