https://github.com/nuxt/nuxters
https://github.com/nuxt/nuxters
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nuxt/nuxters
- Owner: nuxt
- License: mit
- Created: 2023-06-02T23:46:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T13:37:39.000Z (about 1 year ago)
- Last Synced: 2024-10-29T14:35:28.486Z (about 1 year ago)
- Language: Vue
- Homepage: https://nuxters.nuxt.com
- Size: 1.45 MB
- Stars: 142
- Watchers: 4
- Forks: 20
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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)