https://github.com/mangatsu/web
🌑 Frontend for Mangatsu Server (a storage for doujinshi, manga & other collections). Written in TypeScript & Next.js.
https://github.com/mangatsu/web
doujinshi manga manga-reader nextjs nodejs typescript web-application
Last synced: 7 months ago
JSON representation
🌑 Frontend for Mangatsu Server (a storage for doujinshi, manga & other collections). Written in TypeScript & Next.js.
- Host: GitHub
- URL: https://github.com/mangatsu/web
- Owner: Mangatsu
- License: gpl-3.0
- Created: 2022-01-27T13:06:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T06:25:11.000Z (over 1 year ago)
- Last Synced: 2025-03-26T03:41:47.313Z (8 months ago)
- Topics: doujinshi, manga, manga-reader, nextjs, nodejs, typescript, web-application
- Language: TypeScript
- Homepage:
- Size: 1.35 MB
- Stars: 13
- Watchers: 1
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
Mangatsu Web
> 🌕 Frontend for [Mangatsu server](https://github.com/Mangatsu/server) (a storage for doujinshi, manga & other collections). Written in TypeScript using Nextjs.
### Read the [README of Mangatsu Server](https://github.com/Mangatsu/server) for instructions to run
### [📰 CHANGELOG](docs/CHANGELOG.md) | **[❤ CONTRIBUTING](docs/CONTRIBUTING.md)**
## 🐳 Docker
#### GitHub Container Registry: [server](https://github.com/Mangatsu/server/pkgs/container/server) & [web](https://github.com/Mangatsu/server/pkgs/container/server)
#### DockerHub: [Web](https://hub.docker.com/r/luukuton/mangatsu-web) & [Server](https://hub.docker.com/r/luukuton/mangatsu-server/)
## 💨 Running for development
- Preferably have [Mangatsu Server](https://github.com/Mangatsu/server) running
- Install Node.js ([nvm](https://github.com/nvm-sh/nvm) recommended) and npm
- Copy `example.env.local` as `.env.local` and change values
- Run `npm i` to install all dependencies
- Run `npm run dev` to start the development version
- **OR**
- Run `npm run build` and `npm start` for the production version
## ❗ Requirements
- [Node.js](https://nodejs.org) v20+ ([nvm](https://github.com/nvm-sh/nvm) recommended)
- [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) v10+
- [Mangatsu Server](https://github.com/Mangatsu/server)
- [Docker](https://docs.docker.com/engine/install/) (optional, recommended)