Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 811 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 811 Bytes

Riffy H

The missing pieces of nhentai

Requirements

Development

# Run local database cache server
docker-compose up -d

# Copy .env.example file and please adjust it accordingly
cp .env.example .env

# Fetch data to local cache
bun run fetch:data

# Start development server
bun run dev

Build

bun run build

More updated instructions please see CI specification, and Dockerfile

License

All of Riffy H application and libraries are licensed under the MIT licence. Please see the licence file for more information. tl;dr you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.