You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This executable sets up and runs an IPFS node using the Kubo library. It also includes a local server to manage and adjust configurations and communicates with the services provided by Hello.app.
3
3
4
+
## Requirements
5
+
6
+
- Your preferred development environment, e.g. [VS Code](https://code.visualstudio.com/)
7
+
-[Node.js](https://nodejs.org/en/) (minimum version 16.x), download the Long Term Support (LTS) version and install it.
8
+
- pnpm (you can install it with `npm install -g pnpm` or `yarn global add pnpm`), visit [pnpm.io](https://pnpm.io/) for more information or trouble-shooting.
9
+
10
+
11
+
## Setup
12
+
13
+
Once you have the prerequisites installed, follow these steps to get started:
14
+
15
+
- Clone this repository: `git clone https://github.com/Hello-Storage/hello-ipfs-user-node.git`
16
+
- Open the repository in VS Code or any other development environment
17
+
- Run `pnpm install` in the repository root folder to install the dependencies
18
+
- Run `pnpm dev` in the repository root folder to start the development server
0 commit comments