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

https://github.com/nuxt/nuxters


https://github.com/nuxt/nuxters

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Nuxters](./public/social-card.jpg)](https://nuxters.nuxt.com)

# Nuxters

Discover the number of contributions you made to Nuxt and get the Nuxter badge on [Nuxt Discord server](https://chat.nuxt.dev).

https://nuxters.nuxt.com

## Setup

Install the dependencies with [pnpm](https://pnpm.js.org/en/):

```bash
pnpm install
```

Next, copy the `.env.example` to `.env` and fill the env variables.

## Development

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

```bash
pnpm dev
```

### License

[MIT License](./LICENSE)