Your Favourite Comic-Reader !
A web-scraper based Manga Reader!
Explore the docs »
View Demo
|
Report Bug
|
Request Feature
git clone https://github.com/namandangi/manga
and change directory into the project using
cd ./manga
In the root directory of the backend project using
npm install
In the root directory of the backend using
npm start
and change directory into the webapp using
cd ./webapp
In the root directory of the webapp using
npm install
In the root directory of the webapp using
npm start
In the root directory of the webapp using
npm run electron
In the root directory of the webapp setup the startUrl in electron.js
file and then run
npm run dev
In the root directory of the project run
npm test
git checkout -b feature/fooBar
)git commit -m 'Add some fooBar'
)git push origin feature/fooBar
)