Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.48 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.48 KB

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