Mango is a self-hosted manga server and web reader
Go to file
Alex Ling 7c059342b5 - allow building without uglifying with `make build` 2020-02-17 02:15:44 +00:00
public - cbz support 2020-02-17 01:12:40 +00:00
src - allow building without uglifying with `make build` 2020-02-17 02:15:44 +00:00
.gitignore - minify js and css 2020-02-17 01:50:44 +00:00
LICENSE - initial commit 2020-02-11 22:06:17 +00:00
Makefile - allow building without uglifying with `make build` 2020-02-17 02:15:44 +00:00
README.md - initial commit 2020-02-11 22:06:17 +00:00
gulpfile.js - minify js and css 2020-02-17 01:50:44 +00:00
mango - when building for release, embed the static files in binary 2020-02-15 23:29:11 +00:00
package.json - minify js and css 2020-02-17 01:50:44 +00:00
shard.lock - initial commit 2020-02-11 22:06:17 +00:00
shard.yml - when building for release, embed the static files in binary 2020-02-15 23:29:11 +00:00

README.md

mango

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/mango/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors