Just download the code from Github and install the dependencies.
git clone git@github.com:stallingerl/Verifile.git
cd Verifile
npm install
Now let's build the CSS assets before starting the app.
npm run build
You need to create a config file to store your own server, BTC wallet and email information.
cp config/test.yaml config/local-development.yaml
Report to the config page to learn more about config variables.
npm start
The app will be listening at http://localhost:3004/.
Read the docs for more.
- It can't support Microsoft Windows. (Even you try to run under MYSYS)
© Copyright 2021 WEBanizer AG, all rights reserved.