Skip to content

Quick Start

Welcome! This guide will help you set up your development environment and start working with the CloudAlt monorepo.

  • Node.js 18+
  • Yarn 4.x (already configured via Corepack)
  • Git
  1. Clone the repository:

    Terminal window
    git clone https://github.com/your-org/cloudalt-frontend.git
    cd cloudalt-frontend
  2. Install dependencies:

    Terminal window
    yarn install
  3. Verify your setup:

    Terminal window
    yarn nx show projects

View the component library:

Terminal window
yarn nx storybook storybook
Terminal window
yarn nx build <app-name>
Terminal window
yarn nx test <project-name>

Need help? Check the troubleshooting guide or ask in the team chat.