Skip to content

ktr17/LoreNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lore Note

Overview

📘 LoreNote – 学びを、知識に変えるメモアプリ

LoreNoteは、エンジニアのためのナレッジ蓄積アプリです。 学んだことを"使える形"で残し、思考をクリアに保ちます。

コンセプト:1つのメモに、1つのナレッジ

  • 小さな単位で記録 – 情報の整理が圧倒的にラクになる
  • 自由に並び替え – 思考の流れに合わせて構造化できる
  • Markdown対応 – すべてのメモは1ファイルごとに保存され、そのまま技術ドキュメントとして使える

シンプルだから、続けられる。続けるから、知識になる。

CleanShot 2025-11-01 at 17 16 34@2x

Project Setup

Install

$ yarn install

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux

Recommend install

curl https://get.volta.sh | bash
volta install node@22.13.1
volta pin node@22.13.1

Test

Layer Test Type Tool
Renderer 単体・UIテスト Vitest + Testing Library
Renderer コンポーネント @testing-library/react
Preload 単体テスト Vitest
Main 単体/統合テスト Vitest

テスト実行コマンド

yarn test

Folder structure

.
└── src/
    ├── main/
    │   └── index.ts: Main Process
    ├── renderer/
    │   └── src/
    │       ├── component
    │       ├── model
    │       ├── viewmodel
    │       ├── assets
    │       └── App.tsx: Renderer Process
    └── preload/
        └── preload.ts: Preload Process

tree.nathanfriend.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors