Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 623 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 623 Bytes

Midgard Dashboard

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
# Go into the repository
npm install --global gulp-cli
npm install --global bower
# Install dependencies and run the app
npm install && bower install
# Run app in development mode
gulp

To make an exe file:

gulp build
gulp exe

Learn more about Electron and its API in the documentation.