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

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