https://github.com/speciesfilegroup/landmark_annotator
Experimental interface for landmark morphometrics
https://github.com/speciesfilegroup/landmark_annotator
Last synced: 10 months ago
JSON representation
Experimental interface for landmark morphometrics
- Host: GitHub
- URL: https://github.com/speciesfilegroup/landmark_annotator
- Owner: SpeciesFileGroup
- Created: 2016-10-17T19:45:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T20:26:26.000Z (over 9 years ago)
- Last Synced: 2024-04-14T07:50:25.763Z (about 2 years ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# landmark_annotator
Experimental interface for landmark morphometrics
## How do I see this? ##
Clone the repo, then `npm install`. This probably works with Node 4 and up.
## Grunt Commands ##
`grunt build`: builds the component into the `build/` directory
`grunt serve`: builds the component using demo data and fire up a webserver for local viewing.
`grunt test`: runs the tests