Skip to content

masterkram/nuxtstarters

Repository files navigation

Minted Directory

Nuxt 3 Based Directory Website Boilerplate.


Learn more at minteddirectory.com

Read the docs

Features:

  • 🖌️ Add Listings with markdown.
  • 🔋 Batteries included for SEO (nuxt seo module).
  • 💻 Pre-built components for directories.
  • 💅 Customizable style.
  • 🌙 Dark/Light mode
  • 💸 Sponsored Content

Getting Started

Local Development

First install and run the project:

pnpm install

pnpm dev

Then you can start customizing and building your directory.

  • Customize the app.config.ts
  • Change the primary color in tailwind.config.ts
  • Add content to /content/dir and /content/blog

Deployment

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Check out the deployment documentation for more information.