Skip to content
/ web Public

🌑 Frontend for Mangatsu Server (a storage for doujinshi, manga & other collections). Written in TypeScript & Next.js.

License

Notifications You must be signed in to change notification settings

Mangatsu/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mangatsu Web

🌕 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

🐳 Docker

GitHub Container Registry: server & web

DockerHub: Web & Server

💨 Running for development

  • 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 and npm start for the production version

❗ Requirements