Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# pnpm
pnpm installIf the data is not appearing on listing pages that use Elastic Search run pnpm run generate to load the data.
Start the development server on http://localhost:3000:
# pnpm
pnpm devStatic Build:
# pnpm
pnpm generateLocally preview static build:
# pnpm
pnpm startCheck out the deployment documentation for more information.
Make sure local .env is updated