Nuxt 3 Based Directory Website Boilerplate.
Learn more at minteddirectory.com
Read the docs
- 🖌️ Add Listings with markdown.
- 🔋 Batteries included for SEO (nuxt seo module).
- 💻 Pre-built components for directories.
- 💅 Customizable style.
- 🌙 Dark/Light mode
- 💸 Sponsored Content
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 intailwind.config.ts
- Add content to
/content/dir
and/content/blog
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview
Check out the deployment documentation for more information.