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 install
Start the development server on http://localhost:3000
bun run dev
With docker compose:
# build image
docker compose build
# run
docker compose up -d
# one line
docker compose up -d --build