v1.0.0
Simple mono project written in Go, HTML, CSS and TypeScript (NextJS) where you can manage your manga's.
# clone project
git clone https://github.com/ReaperMaga/manga-collector.git
# run production build
$ docker-compose up -d
Other useful commands:
# run production build (with rebuild in case of new changes)
$ docker-compose up -d --build
# view docker logs
$ docker-compose logs -t -f
# close docker process
$ docker-compose down
To the change password and other configuration options open the docker-compose.yml
file and edit them there.
Distributed under the MIT License. See LICENSE for more information.