Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 495 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 495 Bytes

codecite

Web application fetching and generating software citation data.

Developing

Dependencies

Once you have node installed, set up the minimal dependencies:

npm install

Running

In your terminal:

npm start

This will serve the application on localhost:5000

See also settings.js for further configurable settings.