We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you wish to contribute to the development of Viscoll or verify your installation, please run the automated test suite.
Change to the viscoll-api subdirectory and run bundle install to install dependencies (if not already done). Then run one of the following commands:
viscoll-api
bundle install
rspec
guard
Change to the viscoll-app subdirectory and run npm install to install dependencies (if not already done). Then run one of the following commands:
viscoll-app
npm install
npm test
npm test -- --watch