Public website for Normatisse brand based on Nuxt, Nuxt UI, deployed on Cloudflare Pages.
Make sure to install dependencies:
npm installStart the development server on http://localhost:3000:
npm run devBuild the application for production:
npm run build
Locally preview production build:
npm run preview