Skip to content

Commit

Permalink
Update README_JA.md
Browse files Browse the repository at this point in the history
  • Loading branch information
konifar committed Jul 16, 2015
1 parent cb79156 commit 983f8ce
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README_JA.md
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` ディレクトリを読み込ませます。

0 comments on commit 983f8ce

Please sign in to comment.