Aligned all instances of the tagline. Changes include documentation, metadata, UI content, test assertions, and other project assets.
40 lines
826 B
Markdown
40 lines
826 B
Markdown
## 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 Repos · Fast Builds"></a></p>
|