Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/masterkram/nuxtstarters


https://github.com/masterkram/nuxtstarters

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Minted Directory

Nuxt 3 Based Directory Website Boilerplate.

---

Learn more at [minteddirectory.com](https://www.minteddirectory.com)

Read the [docs](https://docs.minteddirectory.com)

### 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:

```bash
pnpm run build
```

Locally preview production build:

```bash
pnpm run preview
```

Check out the [deployment documentation](https://docs.minteddirectory.com/deployment) for more information.