Unofficial Gelbooru client using Nuxt, Quasar, Tailwind and Pinia. Using Gelbooru's official API.
- 🚀 SSR
- 🖌 Material design
- 📱 Mobile friendly
- ⚙ User customization
- The authentication is not real authentication, the API doesn't have a real way to verify it.
Make sure to install the dependencies:
bun installStart the development server on http://localhost:3000
bun run devWith docker compose:
# build image
docker compose build
# run
docker compose up -d
# one line
docker compose up -d --build


