Requirements: node@4, npm@3
npm install
echo 'ENV=dev' > .env
npm run build
npm start
npm run build
npm run pack
# package for specific environment
# options: osx, win32, win64, linux32, linux64
npm run pack:osx
To zip for distribution:
cd dist/
zip -r --symlinks my-wallet-backup-decrypt-osx.zip My\ Wallet\ Backup\ Decryption\ Tool.app/
Note for OSX users: in order to package for windows you must have wine
installed. Install wine
with Homebrew as follows:
brew update
brew install wine