π 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.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
andnpm start
for the production version
- Node.js v20+ (nvm recommended)
- npm v10+
- Mangatsu Server
- Docker (optional, recommended)