Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skytomo221/otamajakushi-bookshelf

「手軽に開発、便利な検索」をモットーにした、 デスクトップ環境で動作する辞書アプリ
https://github.com/skytomo221/otamajakushi-bookshelf

Last synced: 2 days ago
JSON representation

「手軽に開発、便利な検索」をモットーにした、 デスクトップ環境で動作する辞書アプリ

Awesome Lists containing this project

README

        

# Otamajakushi Bookshelf

otamachan

Otamajakushi Bookshelfは、
「手軽に開発、便利な検索」をモットーにした、
デスクトップ環境で動作する辞書アプリです。

現在は、主に創作言語の辞書を作成することと使用することを想定しています。

👇現在のUI👇

![現在のUI](https://user-images.githubusercontent.com/18415838/204818157-b8edce49-84cd-4424-a761-f878711ee355.png)

## 将来の展望

以下のような拡張性のある機能を追加していく予定です。

- StyleThemeExtension
- スタイルテーマの拡張機能を追加することができる機能
- BookControllerExtension
- 読み書きができる辞書形式を追加することができる機能
- LayoutBuilderExtension
- レイアウトを追加することができる機能

## インストール方法

開発中のため、簡単なインストール方法はありません。
開発モードで実行したい場合は以下の環境構築を行ってください。

## 環境構築

1. npmをインストールします。
2. `git clone https://github.com/skytomo221/otamashelf.git`
3. `cd otamashelf`
4. `npm install`
5. `npm run build`
6. `npm start`