Setup

It's easy to start with your first doc.

Deploying

Use single-click deploy button from Netlify.

Deploy to Netlify

Set custom repo

Fork the repo.

Then, clone it:

git clone <repo-url>
cd <repo-name>
yarn && yarn dev

Configuring basic info

  • Customise the UI.
nuxt.config.js
module.exports = {
  theme: {
    extend: {
      ...
    },
  },
}

Check out tailwind documentation for customizing UI as per your need.