import { SectionHeading, TextLink } from '@nx/nx-dev/ui-common'; import { ReactElement } from 'react'; import { TerminalOutput } from '@nx/nx-dev/ui-fence'; import { PowerpackPricing } from './powerpack-pricing'; export function GetStarted(): ReactElement { return (
Get started in minutes
1

Buy an Nx Powerpack license

Select between monthly payments or a one-time annual fee for your license.

2

Activate Nx Powerpack right from your terminal

In your Nx workspace, run the following command to activate your new license.

3

Install Powerpack plugins

Install Powerpack plugins such as{' '} Self-hosted cache storage ,{' '} workspace conformance , and{' '} Codeowners for monorepos .

); }