Giter Club home page Giter Club logo

atsumaru's Introduction

Atsumaru is currently in beta

We're still working on vital components for the reader, follow this repo for updates or join our Discord server.


Atsumaru is an open source manga reader application for Android, IOS & the web

Website: atsu.moe

Features

  • Advanced, fully customizable reader
  • Offline mode
  • Anilist.co integration
  • Multiple sources
  • Community driven
  • Progress tracking

Contributing

Contributions of any kind are welcomed. Feel free to make pull requests with new features, improvements or modification that would benefit the application. Opening relevant issues is also welcomed and appreciated.

For support/discussion visit the Atsumaru Discord server,

Installing for non-development

Prerequisites

Install the following beforehand

Steps

Open your terminal and run the following commands

  1. Clone the repository

    git clone https://github.com/TheUndo/atsumaru.git atsumaru && cd atsumaru
  2. Configure environment

    bash/zsh:

    $ cp .env.prod.example .env

    Windows

    copy .env.prod.example .env
  3. start Atsumaru (this may take a few minutes)

    docker compose up -d

When installed and running open localhost:4000 and view Atsumaru locally! (it may take some time to become fully operational)

Installing for development

All major operating systems are supported GNU/Linux, Windows, Mac OS.

Prerequisites

Install the following beforehand

Steps

Run in your terminal

  1. Clone the repository
    git clone https://github.com/TheUndo/atsumaru.git atsumaru
  2. CD into the project
    cd atsumaru
  3. Make development build
    make dev

Technical details

Role Technology
Database MongoDB
Backend Node.js + TypeScript
Frontend UI React + TypeScript
Frontend bundler Vite (rollup internally)
Router/Reverse proxy NGINX
Cache Redis
Search engine Meilisearch
Containerization Docker compose

Why Docker?

We use Docker to provide seamless support cross platform, for managing multiple micro services written in different languages and for offering great scaling options. Atsumaru uses over 8 different technologies, it's therefore very hard to install everything with the correct version, and make them behave together the same across Linux, Windows and Mac OS. Docker completely solves this issue.

Why TypeScript?

TypeScript is a strictly typed superset of JavaScript, it allows for static type checking at compile time. TypeScript helps greatly in eliminating needless type errors which often occur with vanilla JavaScript. This is very useful for large projects like Atsumaru and ensures your code can be understood by others and their IDEs.

If you want to contribute but you do not know TypeScript, this is likely not an issue. Since TypeScript is incredibly powerful it will infer most types and provide helpful error messages to guide you, as mentioned before, TypeScript is a superset of JavaScript, it uses JavaScript syntax and compiles to JavaScript. If you need help, we're more than happy to provide support in our Discord server.

atsumaru's People

Contributors

theundo avatar pixelforg avatar mist8kengas avatar shivamb25 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.