Hosted at https://blockchain-bonds.herokuapp.com. To host the application yourself, one has to change the github actions YML file.
- Linux or macOS
- NPM
Run npm install.
To run locally use command npm run dev. If encounter Failed to Compile due to optional chaining in IPFS then I fixed this by changing line in file node_modules/ipfs-core/src/components/add-all to const isRootDir = ! (file.path ? file.path.includes('/') : undefined).
Throughout the code there are fetch requests to the server hosted at https://igbob.herokuapp.com. See https://github.com/gidonkatten/igbob-server.
Authentication and accounts are handled using Auth0.