Unofficial Gelbooru client using Nuxt, Vuetify, 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:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev
With docker compose:
# build image
docker compose build
# run
docker compose up -d
# one line
docker compose up -d --build