Coder Social home page Coder Social logo

pixelforg / atsumaru Goto Github PK

View Code? Open in Web Editor NEW

This project forked from theundo/atsumaru

0.0 0.0 0.0 639 KB

Open source manga reader for IOS, Android & web

TypeScript 82.63% Dockerfile 0.06% JavaScript 1.39% HTML 0.53% SCSS 14.62% CSS 0.63% Shell 0.14%

atsumaru's Introduction

Atsumaru is currently in alpha pre-release

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


Atsumaru | Manga Reader

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

Features

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

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 development

All modern 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
    cd Atsumaru
  2. Copy .env.example as .env

    bash/zsh:

    $ cp .env.example .env

    Windows cmd/powershell:

    copy .env.example .env
  3. Build and start the backend. Omit the -d flag if you want to use another terminal for the frontend

    docker-compose up -d
  4. Start the frontend

    cd frontend
    npm i && npm run dev

    Open http://localhost:3000 to view the development build.

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 compilation time. It 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.

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.