https://github.com/liminova/yomuyume
Self-hosted manga/comic server.
https://github.com/liminova/yomuyume
Last synced: 3 months ago
JSON representation
Self-hosted manga/comic server.
- Host: GitHub
- URL: https://github.com/liminova/yomuyume
- Owner: Liminova
- License: apache-2.0
- Created: 2024-02-22T09:09:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T11:07:04.000Z (10 months ago)
- Last Synced: 2024-08-29T12:29:59.839Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 3.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-Apache
Awesome Lists containing this project
README
# yomuyume
this is the main monorepo for Yomuyume, a media server for manga and comics.
## repository info
this monorepo contains the following codebases:
- `src/` - the Nuxt.js frontend component.
the reference implementation of Yomuyume's frontend.
- `src-rust/` - the Rust/Axum-based backend component + Rust->Wasm bridge
this contains all the API calls, along with interfacing with the SQLite database.
## developement
- the server and client can be developed independently, check `package.json` for the available scripts.
- `pnpm build-bridge` must be run at least once before `pnpm build-client`.## deployment
follow [deploy](./deploy/README.md) guide
## license
licensed under either of
- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
## contribution
unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.