## 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://blog.nrwl.io/nx/home)