This demo is hosted at https://capabilities.demos.testnet.verida.io/.
You can run this demo locally using the following steps:
-
Get Vue.js running on a local web server.
-
Install a code editor such as Visual Studio Code.
-
Clone the tech capabilities demo repository.
git clone https://github.com/verida/tech-capabilities-demo
-
Pull from origin to get the most recent updates:
git pull origin develop
-
Get the demo project running on your local dev box by:
-
Setting up the project:
npm install
-
Compiling a minified production build:
npm run build
-
Initializing a development build:
npm run serve
npm run serve
starts the tech capabilities demo on port 8080 (or the configured port) of your local host web server, which provides equivalent functionalities to this deployed version.
-
npm install
npm run serve
npm run build
npm run lint