Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adydetra/nunko
- Owner: adydetra
- License: mit
- Created: 2023-10-15T13:18:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T16:50:05.000Z (5 months ago)
- Last Synced: 2024-07-06T17:57:58.619Z (5 months ago)
- Topics: hanko, nuxt
- Language: Vue
- Homepage:
- Size: 568 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)