Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ropats16/create-permaweb-app
Browse files Browse the repository at this point in the history
  • Loading branch information
PBillingsby committed Jun 26, 2023
2 parents 71030e0 + fa7509f commit b13cb53
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ A boilerplate for creating projects ready to deploy to the Permaweb.
```bash
npx create-permaweb-app APP_NAME
```

2. Run `yarn` or `npm install` to install all the dependencies
3. Once installation is complete, `cd` into your app's directory
4. Run `yarn dev` or `npm run dev` to start your dev environment
2. Once installation is complete, `cd` into your app's directory
3. Run `yarn dev` or `npm run dev` to start your dev environment

## Technologies

Expand All @@ -36,8 +34,8 @@ A funded Arweave wallet is a requirement to deploying applications using `create

Drag and drop the `wallet.json` into the projects root directory. Ensure it is named `wallet.json` and detected by the `.gitignore` file.

** IMPORTANT - KEEP YOUR KEYS SAFE. DO NOT PUSH wallet.json TO GITHUB **
<b>fundBundlr</b>
<b>IMPORTANT - KEEP YOUR KEYS SAFE. DO NOT PUSH wallet.json TO GITHUB</b></br><hr>
## <b>fundBundlr</b></br>
Funds the Bundlr node using the specified wallet and amount in AR.
```
Usage:
Expand All @@ -56,7 +54,7 @@ Example:
NOTE: Funds may take up to 30 minutes to become available to the specified node.
```
<b>balance</b>
## <b>balance</b></br>
Checks balance of specified Bundlr node
```
Usage:
Expand All @@ -70,7 +68,7 @@ Example:
npm run balance
yarn balance
```
<b>deploy</b>
## <b>deploy</b></br>
Generates static site and deploys it to Arweave
```
Usage:
Expand Down

0 comments on commit b13cb53

Please sign in to comment.