A Native Application for your OS to run your own IPFS Node. Built with Electron Shell
$ tree app
app
├── controls # Application controls to interact with the system
├── img
│ ├── loading.gif
│ └── logo.png
├── init.js
├── js # React/Frontend components
│ ├── help.js
│ ├── menubar.jsx # React view for all the things menu bar
│ ├── toggle.jsx
│ └── welcome.jsx # React component for the welcoming screen for 1st time users
├── styles
│ ├── common.css
│ └── menu.css
└── views
├── help.html
├── menubar.html
└── welcome.html
$ npm i
$ npm start
will be written to ./dist
npm run dist
npm run dist-all