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

https://github.com/hebilicious/authjs-nuxt-examples


https://github.com/hebilicious/authjs-nuxt-examples

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# AuthJS Nuxt GitHub Example

This is an example for [Nuxt AuthJS](https://github.com/Hebilicious/authjs-nuxt)

You can find the source of this example in the module [repository](https://github.com/Hebilicious/authjs-nuxt/tree/main/playgrounds/).

## How to use

Use your favourite package manager.

Install your dependencies :

```bash
bun install
```

Run the dev server :

```bash
bun run dev
```

## Issues & Contributions

If you have an issue or want to contribute to this example, please do so in the [module repository](https://github.com/Hebilicious/authjs-nuxt/).