Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 747 Bytes

File metadata and controls

43 lines (28 loc) · 747 Bytes

Documentation & Static Site, generated with Nuxt Content

This is a documentation site built on top of Nuxt Content (v3).

Docs location

All docs are located in the ./content folder if you're just looking for the docs in plain text.

Setup

Ensure you're in the right directory.

cd docs/

Make sure to install the dependencies:

yarn install

Development Server

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

yarn dev

Production

Build the application for production:

yarn generate

Locally preview production build:

yarn preview

Check out the deployment documentation for more information.