try to get thigns running. basically we need to run an express app inside of electorn in order to get all of the files to be served correctly. currently this is broken although the piecesa re in place. I dont know if the express app is being correctly launched so I need a way to be able to launch it manually and see the console output
small updates
gitignore
fix dist path
need to specify globals to load correctly
add stubs for express data static serving
clean the main index file
add donwlaod script...
register the command neccessary to build electron
build instructions for electron
use script to ensure the data is downloaded
add electron specific config that specifies local data use. also add script to clean the release folder and update the dist npm script
add iconset
update package.json scripts and documentaitonon how to use
use asar to compress files now that things are working
remove some unused configs