Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from grooves/create-readme
Browse files Browse the repository at this point in the history
Create README.md
  • Loading branch information
tshotoku committed May 8, 2015
2 parents b8d3e3b + 3f99f0e commit 425a8a2
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# forkwell_for_chrome

Chrome extention for Forkwell Jobs. If you access a web site managed a company published Forkwell Jobs, this extention shows its job posting.

## Setup

### create extention

you need to install `nodejs` for using `npm`.

```
$ npm install -g gulp
$ cd ${PROJECT_ROOT}
$ gulp
# => create `dist` directory
```

## Install

### production

TODO: write chrome web store url

### development

Drag and drop `${PROJECT_ROOT}/dist` directroy into `chrome://extensions/` page.

## Contributing

If you have a problem, please create an issue or a pull request.

1. Fork it
1. Create your feature branch (git checkout -b my-new-feature)
1. Commit your changes (git commit -am 'Add some feature')
1. Push to the branch (git push origin my-new-feature)
1. Create new Pull Request

0 comments on commit 425a8a2

Please sign in to comment.