Make sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000:
pnpm run devIn order to build the application for production, you need to have a Nuxt UI Pro license and set the NUXT_UI_PRO_LICENSE variable in the .env file.
Build the application for production:
pnpm run buildLocally preview production build:
pnpm run preview