Skip to content

elastic-hub/docs

 
 

Repository files navigation

Standards-Hub - Docs template; How to make your own site

Quick Start

For a quick start clone our repository

git clone https://github.com/standards-hub/docs.git

Make sure to install the dependencies after installing/cloning the app

Make sure you are using at least Node v20.0.0

# npm
npm install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build

Locally preview production build:

# npm
npm run preview

Check out the deployment documentation for more information.

Nuxt Studio integration

Add @nuxthq/studio dependency to your package.json:

# npm
npm install --save-dev @nuxthq/studio

Add this module to your nuxt.config.ts:

export default defineNuxtConfig({
  ...
  modules: [
    ...
    '@nuxthq/studio'
  ]
})

Read more on Nuxt Studio docs.

Renovate integration

Install Renovate GitHub app on your repository and you are good to go.

About

A documentation template made with Nuxt UI Pro.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 73.7%
  • TypeScript 25.3%
  • Other 1.0%