Install the dependencies:
pnpm installStart the dev server:
pnpm devEnable optional features or add a new entry:
pnpm newBuild the app for production:
pnpm buildPreview the production build locally:
pnpm serveFor more information, see the Modern.js documentation.