summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 2c60ab8da2f919d949b8221a638215acf463b85c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Mihon & Aniyomi Extensions

A repository aggregator for Mihon and Aniyomi extensions that automatically syncs from multiple upstream sources.

## Links

- [x.noz.one](https://x.noz.one)
- [x.ujol.dev](https://x.ujol.dev)
- [x.ujol.workers.dev](https://x.ujol.workers.dev)

## Features

- Automatic updates every 4 hours from upstream extension repositories
- Static website for browsing and adding extensions
- Built with SvelteKit and Vite
- Search functionality for all extensions across repositories

## Extension Sources

### Mihon Extensions

- **Keiyoushi** - Community-maintained Mihon extensions
- **Yuzono Manga** - Manga extensions

### Aniyomi Extensions

- **Kohi-den** - Anime extensions
- **Yuzono Anime** - Anime extensions

## Development

```bash
# Install dependencies
bun install

# Start development server
bun run dev

# Update extensions from upstream
bun run update

# Build for production
bun run build
```