Skip to content

Just a simple imageboard viewer

Notifications You must be signed in to change notification settings

ZavaruKitsu/booru-viewer

Repository files navigation

Booru viewer

Description

Allows you to scroll through a list of images from imageboards.

Engines supported:

  • Gelbooru v0.1.*
  • Gelbooru v0.2

Setup

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Build the application for production:

npm run build

Locally preview production build:

npm run preview