Skip to content

Commit

Permalink
add some development notes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brumm committed Apr 2, 2020
1 parent 186d845 commit 4dcc619
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@
Tako is an inline, expandable file tree with file preview for github. [Get it on the Chrome Webstore!](https://chrome.google.com/webstore/detail/tako-%E2%80%94-github-file-tree/fdmdpnmffpjdkjaapcbdnkhnidhgoabe)

![](media/screenshot.png)

## Development

- `git clone`
- `cd tako`
- `yarn install`
- `yarn start`
- [Turn on dev mode for chrome extensions](https://developer.chrome.com/extensions/faq#faq-dev-01)
- Click "Load unpacked" and select `tako/unpacked-extension`
- Navigate to any github repository and open dev tools

0 comments on commit 4dcc619

Please sign in to comment.