Skip to content

TheOpenBooru/website

Repository files navigation

Website

The OpenBooru frontend, written in Next.js.

image

Running

Configure the current API in the next.config.js, as well as setting the website to read-only mode.

Colaborating

The website is written in Next.js, in order to start run the following command.

yarn install
yarn dev

Open http://localhost:3000 with your browser to see the result.