Skip to content
/ sgrq Public

St. George’s Respiratory Questionnaire Application

Notifications You must be signed in to change notification settings

CPHCRD/sgrq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

SGRQ

St. George’s Respiratory Questionnaire application for COPD patients


Getting Started

If you are interested in testing out the application you can download the latest pre-built package version for Windows, Mac and Linux on sgrq.github.io or access directly via browser on sgrq.netlify.app.

All previous versions can be found under the release section of this repository.

If you are interested in contributing or building the application yourself follow the instructions:

Prerequisities

In order to build the application you need to install a stable version of Node.js.

If you want to clone and contribute to the project you should to install Git.

Installing

First clone or download this repository running in your terminal:

git clone https://github.com/cphcrd/sgrq.git

then navigate to the root folder of the project:

cd sgrq

and run:

npm install

NPM will download all the required dependencies to build the project. A first build will be triggered.

Running the application

To test the project run in your terminal:

npm start

that will launch the a Webpack build process. The process will:

To test the project in the Electron environment run:

npm run electron

Running the tests

To test the project on Phantomjs run in your terminal:

npm run test

To test it in an Electron environment run:

npm run test:electron

Building the application

You can build only the sources running:

npm run build:prod

or build the application binaries running:

npm run build:electron

Built With

Contributing

You can directly create a pull request for this repository. Your code will be tested by Travis CI.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Bug reports

Please declare found bugs on the issues section of the repository.

Authors

  • Marco Gelpi, MD
  • Jonathan Argentiero, Developer and maintainer
  • Andreas Ronit, MD

See also the list of contributors who participated in this project.

License

This application is free for use. You can copy and redistribute it as you wish.