Make sure to install pnpm.
npm install -g pnpmGet dependencies
pnpm installStart the development server
pnpm run devGenerates the static website in the dist directory.
pnpm run generate- Add new JSON file in
lang/directory. - Add the new language in
i18n.config.ts. - Add the new language in
nuxt.config.ts.