https://github.com/simonv3/annotate
Image Annotation App for Sandstorm
https://github.com/simonv3/annotate
Last synced: 11 months ago
JSON representation
Image Annotation App for Sandstorm
- Host: GitHub
- URL: https://github.com/simonv3/annotate
- Owner: simonv3
- License: mit
- Created: 2016-01-27T00:20:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T14:54:38.000Z (over 8 years ago)
- Last Synced: 2024-06-11T18:43:09.464Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 214 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: license.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# annotate
Annotation App for Sandstorm
# Using
Annotate is a Sandstorm app. It's not yet on the app store. I'll provide a package for download soon.
# Development
Annotate uses Meteor:
```
$ mkdir annotate
$ cd annotate
$ git clone git@github.com:simonv3/annotate.git .
$ meteor
```
And you should be good to go!