Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elf-pavlik/dspace-api-core
https://github.com/elf-pavlik/dspace-api-core
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elf-pavlik/dspace-api-core
- Owner: elf-pavlik
- Created: 2013-10-10T14:38:30.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2015-01-01T19:19:12.000Z (almost 10 years ago)
- Last Synced: 2024-08-01T12:34:45.220Z (3 months ago)
- Language: JavaScript
- Size: 340 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - elf-pavlik/dspace-api-core - (others)
README
# DSpace-API-Core
Core components of programable interfaces for DSpace-NG
## Developing
First of all you need *node* and *npm* which you can install using [NVM](https://github.com/creationix/nvm)
We use [Grunt](http://gruntjs.com/) to run tasks, watch files, and show
desktop notificationsInstall dependencies
$ npm install
Run development deamon
$ grunt
## Testing
We use [Karma](http://karma-runner.github.io/) to run tests and watch files
$ npm test
It also supports desktop notifications
## Documenting
For livepreview of README when you edit it
$ grunt doc
which should open doc folder in your browser, or manually navigate to
http://localhost:8111