https://heimdall-vue.netlify.com
npm install
npm run serve
npm run build
npm run electron
npm run test
npm run lint
npm run test:e2e
npm run test:unit
If you have a proxy, remember to setup your NPM enviroment to respect the proxy
- https://jjasonclark.com/how-to-setup-node-behind-web-proxy/
npm config set strict-ssl false
npm config set proxy http://myproxy:8080
npm config set https-proxy https://myproxy:443
The master branch contains the latest version of the software leading up to a new release.
Other branches contain feature-specific updates.
Tags indicate official releases of the project.
Please note 0.x releases are works in progress (WIP) and may change at any time.
© 2018 The MITRE Corporation.
Approved for Public Release; Distribution Unlimited. Case Number 18-3678.
MITRE hereby grants express written permission to use, reproduce, distribute, modify, and otherwise leverage this software to the extent permitted by the licensed terms provided in the LICENSE.md file included with this project.
This software was produced for the U. S. Government under Contract Number HHSM-500-2012-00008I, and is subject to Federal Acquisition Regulation Clause 52.227-14, Rights in Data-General.
No other use other than that granted to the U. S. Government, or to those acting on behalf of the U. S. Government under that Clause is authorized without the express written permission of The MITRE Corporation.
For further information, please contact The MITRE Corporation, Contracts Management Office, 7515 Colshire Drive, McLean, VA 22102-7539, (703) 983-6000.