tag-youre-it/README.md

12 lines
764 B
Markdown
Raw Normal View History

2015-09-23 21:15:06 +02:00
# tag-youre-it
A chrome extension for tagging words with semantic information.
2015-09-26 13:01:04 +02:00
## Development
1. To try it out, just [download this plugin](https://github.com/nilsnh/tag-youre-it/archive/master.zip).
2. You'll need to have installed [node.js](https://nodejs.org/en/).
3. Go inside the unzipped folder and run `npm install && npm install -g gulp`. In addition to installing development dependencies it will also install Gulp which is useful for active development.
4. Running `gulp serve` should show you the active prototype.
**Important** A [workaround for CORS](https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi?utm_source=chrome-app-launcher-info-dialog) is currently needed to communicate with the server.