Hentai Library Thingy
Go to file
Xymorot a268de6f22 meta: export icon as optimized svg (from inkscape) 2021-07-26 21:17:48 +02:00
.husky update: upgrade husky to major version 7 2021-07-25 21:00:53 +02:00
declarations feat: implement entity API and reactive store-like modules in frontend 2021-05-30 18:57:43 +02:00
resources feat: add icon/logo 2019-07-26 22:18:56 +02:00
scripts meta: integrate vite, remove webpack 2021-07-25 20:39:59 +02:00
src meta: integrate vite, remove webpack 2021-07-25 20:39:59 +02:00
templates meta: integrate vite, remove webpack 2021-07-25 20:39:59 +02:00
workspace meta: export icon as optimized svg (from inkscape) 2021-07-26 21:17:48 +02:00
.editorconfig feat: implement entity API and reactive store-like modules in frontend 2021-05-30 18:57:43 +02:00
.eslintignore feat: implement entity API and reactive store-like modules in frontend 2021-05-30 18:57:43 +02:00
.eslintrc.json meta: integrate vite, remove webpack 2021-07-25 20:39:59 +02:00
.gitignore meta: integrate vite, remove webpack 2021-07-25 20:39:59 +02:00
.mocharc.json update: upgrade dependencies and fix tests 2020-12-28 19:58:20 +01:00
.nycrc.yml meta: add missing entry to exclude directive in .nycrc.yml 2020-11-10 20:50:01 +01:00
.prettierignore meta: integrate vite, remove webpack 2021-07-25 20:39:59 +02:00
.prettierrc.yml feat: implement entity API and reactive store-like modules in frontend 2021-05-30 18:57:43 +02:00
CHANGELOG.md doc: create a CHANGELOG.md file 2019-11-27 20:21:10 +01:00
CONTRIBUTING.md meta: integrate vite, remove webpack 2021-07-25 20:39:59 +02:00
LICENSE.txt meta: clarify the meaning of "fork" in section 2 of LICENSE.txt 2020-01-05 14:01:06 +01:00
README.md meta: nani? 2021-01-04 21:41:29 +01:00
ormconfig.yml meta: add infos about better-sqlite3 and typeorm config 2020-11-09 20:30:28 +01:00
package-lock.json update: upgrade @prettier/plugin-xml to major version 1 2021-07-25 21:36:52 +02:00
package.json update: upgrade @prettier/plugin-xml to major version 1 2021-07-25 21:36:52 +02:00
tsconfig.json meta: integrate vite, remove webpack 2021-07-25 20:39:59 +02:00
tsconfig.renderer.json meta: integrate vite, remove webpack 2021-07-25 20:39:59 +02:00

README.md

Renai

レンアイ - Hentai Library Thingy

何?
an application for categorizing hentai manga

Why?
see user stories

How?
Node.js, Electron, Typescript, SQLite3 (TypeORM)

By the way, there is mature content in this repository.

Development Quickstart

For more information, check CONTRIBUTING.md.

  • npm install, the postinstall script compiles native node modules for electron
    • might need to install some build tools depending on your platform
  • npm run dev for code transpilation (starts watchers)
  • npm start

Usage

There is nothing to use yet. You might want to contribute a user story or two.