mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
67 lines
2.2 KiB
Markdown
67 lines
2.2 KiB
Markdown
<p style="text-align: center;">
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
|
|
<img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
|
|
</picture>
|
|
</p>
|
|
|
|
<div style="text-align: center;">
|
|
|
|
[](https://circleci.com/gh/nrwl/nx)
|
|
[]()
|
|
[](https://www.npmjs.com/package/nx)
|
|
[]()
|
|
[](http://commitizen.github.io/cz-cli/)
|
|
[](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
[](https://go.nx.dev/community)
|
|
|
|
</div>
|
|
|
|
|
|
<hr>
|
|
|
|
# Nx: Smart Repos · Fast Builds
|
|
|
|
Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
|
|
|
|
## Getting Started
|
|
|
|
### Creating an Nx Workspace
|
|
|
|
**Using `npx`**
|
|
|
|
```bash
|
|
npx create-nx-workspace
|
|
```
|
|
|
|
**Using `npm init`**
|
|
|
|
```bash
|
|
npm init nx-workspace
|
|
```
|
|
|
|
**Using `yarn create`**
|
|
|
|
```bash
|
|
yarn create nx-workspace
|
|
```
|
|
|
|
### Adding Nx to an Existing Repository
|
|
|
|
Run:
|
|
|
|
```bash
|
|
npx nx@latest init
|
|
```
|
|
|
|
## Documentation & Resources
|
|
|
|
- [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
|
|
- [Intro to Nx](https://nx.dev/getting-started/intro)
|
|
- [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
|
|
- [Blog Posts About Nx](https://nx.dev/blog)
|
|
|
|
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
|
|
width="100%" alt="Nx - Smart Monorepos · Fast Builds"></a></p>
|
|
|