π Frontend for Mangatsu server (a storage for doujinshi, manga & other collections). Written in TypeScript using Nextjs.
Read the README of Mangatsu Server for instructions to run
- Preferably have Mangatsu Server running
- Install Node.js (nvm recommended) and npm
- Copy
example.env.localas.env.localand change values - Run
npm ito install all dependencies - Run
npm run devto start the development version - OR
- Run
npm run buildandnpm startfor the production version
- Node.js v20+ (nvm recommended)
- npm v10+
- Mangatsu Server
- Docker (optional, recommended)
