Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adydetra/nunko

🧧 Nunko is a web development project that combines the Nuxt x Hanko to create a secure and user-friendly authentication experience.
https://github.com/adydetra/nunko

hanko nuxt

Last synced: 11 days ago
JSON representation

🧧 Nunko is a web development project that combines the Nuxt x Hanko to create a secure and user-friendly authentication experience.

Awesome Lists containing this project

README

        

# Nunko 🧧

![Static Badge](https://img.shields.io/badge/license-MIT-brightgreen?label=LICENSE)

Nunko is a web development project that combines the `Nuxt` x `Hanko` to create a secure and user-friendly authentication experience.

![preview](/public/preview.png)

## Get Started

Clone repository

```bash
git clone https://github.com/adydetra/nunko.git
cd nunko
```

Install package manager

```bash
pnpm install
```

---

> [!NOTE]
> if not using `pnpm` just delete `pnpm-lock.yaml`, and switch to another package manager like:

```bash
# npm install
# yarn install
# bun install
```

Rename `.env-example` to `.env` and paste in your [Hanko](https://www.hanko.io/) api_url

## License

The code is licensed [MIT](LICENSE)