##Step 1 (Install IPFS Desktop):
- Follow instructions at https://docs.ipfs.io/install/ipfs-desktop/
- Forward port 4001 to this machine
- If planning to run this all the time you may want to set IPFS to run on boot. In linux I did that by running
crontab -e
and adding@reboot /usr/local/bin/ipfs daemon
##Step 2 (Install this app):
- Copy file from bin folder for your OS to your computer
- run it
#install pkg
npm install -g pkg
#if windows user run
"c:\Program Files\nodejs\nodevars.bat"
#compile
pkg . --no-bytecode --public-packages "*" --compress GZip