This frontend application interacts with an IPFS node configured with the Kubo library and a local server. It also integrates with services provided by Hello.app. The frontend allows users to manage and adjust configurations through an intuitive user interface.
- Your preferred development environment, e.g. VS Code
- Node.js (minimum version 16.x), download the Long Term Support (LTS) version and install it.
- pnpm (you can install it with
npm install -g pnpm
oryarn global add pnpm
), visit pnpm.io for more information or trouble-shooting. - Tauri prerrequisites: Tauri - Quick start
Once you have the prerequisites installed, follow these steps to get started:
- Clone this repository:
git clone https://github.com/Hello-Storage/hello-ipfs-user-node-front.git
- Open the repository in VS Code
- Run
pnpm install
in the repository root folder to install the dependencies - Run
pnpm dev
in the repository root folder to start the development server