Look at the Content documentation to learn more.
Make sure to install the dependencies:
# pnpm
pnpm install --shamefully-hoistStart the development server on http://localhost:3000
pnpm run devBuild the application for production:
pnpm run buildLocally preview production build:
pnpm run previewCheckout the deployment documentation for more information.