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 nunko
Install package manager
pnpm install
Note
if not using pnpm
just delete pnpm-lock.yaml
, and switch to another package manager like:
# npm install
# yarn install
# bun install
Rename .env-example
to .env
and paste in your Hanko api_url
The code is licensed MIT