An open source Governance Risk Compliance (GRC) solution for corporates and government
This product is licensed under GPL3 as described in the license document.
Coming soon...
NodeJS >= 6.9 Install the latest version of nodejs (http://nodejs.org/). You will also get npm along with nodejs.
Gulp : JavaScript Tasks Runner Install Gulp's command line interface (CLI) globally.
npm install -g gulp-cliBower : Package Manager Bower is a command line utility. Install it with npm.
npm install -g bowerYarn : Fast, reliable, and secure dependency management (https://yarnpkg.com/)
npm install -g yarnGit : download and install git from here - http://git-scm.com/
Clone the repository :
git clone https://github.com/riski-io/grc.git
Run yarn install to grab the dependencies.
Run gulp serve to start the app in development mode
Run gulp build to build the application , it also run all the tests
Running gulp test will run the client and server unit tests with karma and mocha.
Use gulp test:server to only run server tests
Use gulp test:client to only run client tests.