Darcy Shepherd is a Vue.js web app to use with the Darcy Ibex libary.
Run the npm installation command to install the needed dependecies.
npm install
You can find the Ibex library in the ibex-lib repository
The library is included in the package.json and installed as an npm module.
You can run a vue-cli development server with the following command.
npm run serve
You can deploy the web app with the following command
npm run build
The file .env.production contains the web address of your web app (in this case shepherd.darcy.is)