Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 354 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 354 Bytes

TanuKanji Core

Tanukanji Core is the backend component for Tanukanji, focusing on storing Japanese kanji data with a database designed for high consistency through strict constraints, prioritizing data integrity over performance.

Getting started

To install dependencies:

make deps

To run on development mode:

make run