Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayriffy/rayriffy-h
The missing piece of nhentai (Now powered by Bun)
https://github.com/rayriffy/rayriffy-h
bun doujinshi hentai nanostores nhentai nsfw svelte sveltekit
Last synced: 6 days ago
JSON representation
The missing piece of nhentai (Now powered by Bun)
- Host: GitHub
- URL: https://github.com/rayriffy/rayriffy-h
- Owner: rayriffy
- License: mit
- Created: 2018-11-05T18:25:43.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T08:01:39.000Z (about 2 months ago)
- Last Synced: 2025-01-25T11:04:40.298Z (13 days ago)
- Topics: bun, doujinshi, hentai, nanostores, nhentai, nsfw, svelte, sveltekit
- Language: TypeScript
- Homepage: https://h.rayriffy.com
- Size: 25.2 MB
- Stars: 113
- Watchers: 5
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Riffy H
The missing pieces of nhentai
## Requirements
- [bun](https://bun.sh/)
## 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](https://opensource.org/licenses/MIT). Please see [the licence file](LICENCE) for more information. [tl;dr](https://tldrlegal.com/license/mit-license) you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.