Quick Start
Welcome! This guide will help you set up your development environment and start working with the CloudAlt monorepo.
Prerequisites
Section titled “Prerequisites”- Node.js 18+
- Yarn 4.x (already configured via Corepack)
- Git
Installation
Section titled “Installation”-
Clone the repository:
Terminal window git clone https://github.com/your-org/cloudalt-frontend.gitcd cloudalt-frontend -
Install dependencies:
Terminal window yarn install -
Verify your setup:
Terminal window yarn nx show projects
Common Tasks
Section titled “Common Tasks”Run Storybook
Section titled “Run Storybook”View the component library:
yarn nx storybook storybookBuild a specific app
Section titled “Build a specific app”yarn nx build <app-name>Run tests
Section titled “Run tests”yarn nx test <project-name>Next Steps
Section titled “Next Steps”- Explore the Component Library
- Read the Architecture Guide
- Review Contributing Guidelines
Need help? Check the troubleshooting guide or ask in the team chat.