Supercluster plugin for Kubo
This repository contains the source for the Supercluster IPFS client.
If you're running Ubuntu 22.04, you can get started immediately with our pre-generated package from release. To do this:
- Download the latest release binaries, shipped as
supercluster.zip
- Unzip the file
- Run the install script after making it executable using
chmod +x ./install.sh && ./install.sh
- First you should build the UI:
- clone the supercluster UI and build it with
yarn build
- copy the generated UI build folder into the
ui
folder. This is required for embedding the ui into the exe
- clone the supercluster UI and build it with
- You can run
make build
if you just want to build the binary. This will set up the dev environment by fetching kubo and putting it into thebuild
folder - Run
make install
to run build (if it wasn't already), and install it to the system. This moves the supercluster binary to/usr/local/bin
- You can now run the backend by running the
supercluster
command
MIT