Original Nx Cloud is a service that helps you and your team scale your Nx workspace. It provides a dashboard that gives you insights into your workspace's health, and it provides a set of CI integrations that help you and your team get the most out of Nx.
This project is a work in progress. We are currently working on the first version of Nx Cloud Community Edition.
API server based on public Nx Cloud Server API Reference.
- Node.js (>= 18.0.0)
- Docker (>= 20.10.8) and Docker Compose (>= 1.29.2)
- Clone the repo
- Install dependencies:
npm install
- Run docker-compose:
docker-compose up -d
- Run api server:
nx serve
- Distributed Caching
- Distributed Task Execution
- Nx Cloud Dashboard
- GitHub Integration
- GitLab Integration