Nunko is a web development project that combines the Nuxt x Hanko to create a secure and user-friendly authentication experience.
Clone repository
git clone https://github.com/adydetra/nunko.git
cd nunkoInstall package manager
pnpm installNote
if not using pnpm just delete pnpm-lock.yaml, and switch to another package manager like:
# npm install
# yarn install
# bun installRename .env-example to .env and paste in your Hanko api_url
The code is licensed MIT
