Note
This is an unfinished student project. As of current we don't accept new contributors.
- node.js
- any manga of choice named test.pdf in /public
- poppler (ensure bin is in path)
how to start working on the project:
-
install dependencies with:
npm install -
start server with:
npm run dev
Commit to your own branch.
git checkout -b first-nameor if the branch already exists
git checkout first-nameAs of current, we pull request directly to main
After your repository was merged, remember to update your branch with
git pull origin main