blankly-docs
blankly-docs copied to clipboard
Documentation for the Blankly module.
blankly.docs
Setup
Install dependencies:
yarn install
For Updated Font
For our specific font, make sure you go and update ./node_modules/@nuxt/content-theme-docs/src/tailwind.config.js
with the ./tailwind.config.js
.
Development
yarn dev
Static Generation
This will create the dist/
directory for publishing to static hosting:
yarn generate
To 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.