ToxicRT / ReaderFront

A manga CMS for scanlation groups

Home Page:https://ravens-scans.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReaderFront Front End

A comic reader meant for users to enjoy reading

Installation

  • Prerequisites
  • Clone repo git clone git@github.com:dvaJi/ReaderFront.git ReaderFront
  • Switch to ReaderFront directory cd ReaderFront
  • Configurations
    • Modify /.env.example to configurate the app (IMPORTANT) (you should rename it to /.env)
  • Setup
    • Webapp: Install dependencies npm install
  • Development
  • Production
    • Run API go to ReaderFront-API directory and npm run start:prod, creates an optimized build in build directory and runs the server
    • Run Webapp npm build, creates an optimized build in build directory

Core Structure

  │── public                static files
  │── src
  │   ├── blog              module directory
  │   │   ├── actions       redux actions
  │   │   ├── components    presentational components
  │   │   ├── containers    container component
  │   │   ├── reducers      reducers
  │   │   └── index.js      page
  │   ... others modules ...
  │   ├── App.js
  │   ├── Routes.js
  │   ├── config.js
  │   ├── rootReducer.js
  │   ├── setupTest.js
  │   ├── store
  │   └── index.js
  │── package.json
  ├── .gitignore
  └── README.md

Want to help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing

License

MIT

About

A manga CMS for scanlation groups

https://ravens-scans.com


Languages

Language:JavaScript 96.5%Language:CSS 2.9%Language:HTML 0.6%