Install dependencies:
yarn installFor our specific font, make sure you go and update ./node_modules/@nuxt/content-theme-docs/src/tailwind.config.js
with the ./tailwind.config.js.
yarn devThis will create the dist/ directory for publishing to static hosting:
yarn generateTo preview the static generated app, run yarn start
Note that we're using an older version of nuxt to generate the proper formatting.
For detailed explanation on how things work, checkout nuxt/content and @nuxt/content theme docs.