/credshed-gui

Vue.js frontend for credshed

Primary LanguageSCSSGNU General Public License v3.0GPL-3.0

credshed-gui

A Vue.js frontend for the credshed api

credshed vue.js frontend

Deployment

  • Install node.js
$ apt install npm
  • Clone repo
$ git clone https://github.com/blacklanternsecurity.com/credshed-gui && cd credshed-gui
  • Install vue dependencies
$ npm install
  • Set credshed API URL in .env

  • Test app

$ npm run serve
  • Build for production
$ npm run build