See also:
We develop primarily on a OS X / Linux environment so please lodge an issue if you are using Windows and find that you cannot successfully set up a local instance of this software.
There is a rudimentary interface for adding a new template for organisations that are doing it for the first time. (support for adding templates to existing organisations will come in a later release)
npm run dev-cli
npm install
npm run dev
For Windows you need to set up the toolchain for node-gyp before installing this repository, follow the instructions in https://github.com/nodejs/node-gyp#on-windows.
npm install
npm run dev
NET
is used for setting the default network, setting it to mainnet
uses the public Ethereum network. If it is not set it defaults to Ropsten testnet
E.g:
NET=mainnet npm run dev
For embedded certificate rendering, we have provided a frameless view located at /frameless-viewer
More information at opencerts-documentation
To enable debug logs in the browser, set localStorage.debug="*"
If you see module build failure message like:
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/lib/loader.js):
Error: ENOENT: no such file or directory, scandir 'D:\opencerts-website\node_modules\node-sass\vendor'
at Object.readdirSync (fs.js:783:3)
Try running npm rebuild