Skip to content

Commit ff47ecb

Browse files
authored
Merge pull request #1 from Hello-Storage/staging
Staging
2 parents 5f03d34 + c8d07fe commit ff47ecb

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
run: |
3636
pnpm run build
3737
pnpm run pkg
38+
39+
- name: Create Env File
40+
run: |
41+
echo "PORT=${{ secrets.PORT }}" >> .env
42+
echo "KUBO_VERSION=${{ secrets.KUBO_VERSION }}" >> .env
43+
44+
3845
3946
- name: Extract version from package.json
4047
id: extract_version

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# hello-ipfs-user-node
22
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.
33

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

Comments
 (0)