Skip to content

duncster94/citenet

Repository files navigation

Build Status Codacy Badge Codacy Badge

CiteNet

Please see the wiki for more in-depth details.

Usage

Installation

To install and run locally

$ npm install
$ npm start

optionally, you can run it with nodemon so that any changes cause the server to restart automatically

$ npm install -g nodemon
$ nodemon app.js

Testing

To run the unit test suite, call

$ npm test

To run the same test suite with coverage, call

$ npm test-with-coverage

an html file with coverage results will be found in coverage/lcov-report/index.html.

About

All code for the CiteNet project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published