Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 850 Bytes

readme.md

File metadata and controls

31 lines (21 loc) · 850 Bytes

Quinoa server

quinoa-server is a node application providing diverse back-end services for quinoa client applications.

Requirements for development

npm scripts

npm run test # run mocha testing on each *.spec.js files in ./src dir
npm run dev # initializes the server app in development mode
npm run start # initializes the server app in production mode
npm run build-apps # builds quinoa-presentation-player & quinoa-story-player applications minified bundles
npm run compose # run docker-compose for starting quinoa and fonio applications

Installing for development

git clone https://github.com/medialab/quinoa-server --recursive
cd quinoa-server
npm install

Deployment

Quinoa-server is supposed to be run in a docker infrastructure in production.