-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
# Kotoha (ことは) | ||
Kotohaは、イケてる名言を簡単に引用できるようになるChrome Extensionです。 | ||
|
||
# 使い方 | ||
|
||
## 名言から探す | ||
|
||
|
||
|
||
|
||
# 開発セットアップ | ||
## 1. GitHubからclone | ||
``` | ||
$ git clone git@github.com:konifar/kotoha.git | ||
``` | ||
|
||
## 2. セットアップ | ||
``` | ||
$ cd kotoha | ||
$ npm install | ||
$ npm run watch | ||
``` | ||
|
||
## 3. Chrome Extensionを読み込み | ||
[chrome://extensions/](chrome://extensions/)の `パッケージ化されていない拡張機能を` から、 `kotoha/build` ディレクトリを読み込ませます。 |