Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 992 Bytes

README.md

File metadata and controls

56 lines (37 loc) · 992 Bytes

Document Driven Blog

A Nuxt Content Blog, using the Document Driven mode of Nuxt Content.

⌨️ Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

💻 Development Server

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

npm run dev

🛠️ Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

✨ Technologies

  • Nuxt 3
  • Nuxt Content 2
  • Document Driven mode
  • Markdown
  • Tailwind Typography

Find more information in the package.json file

📚 Documentations