Skip to content

Commit 7b9341d

Browse files
committed
Chore: Sort out things for first release
1 parent 9cc90d7 commit 7b9341d

File tree

6 files changed

+1448
-1516
lines changed

6 files changed

+1448
-1516
lines changed

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ These are free services subject to their terms. Not a decentralization nirvana
3838
by any stretch of the imagination, but a nice way to get started quickly with a
3939
blog, static website, or frontend web app.
4040

41-
If you use this to deploy your website, send a pull request and I'll add it to
42-
the README.
43-
44-
### Any optional sections
41+
If you use this package to deploy your website, send a pull request and I'll
42+
add it to the README.
4543

4644
## Install
4745

@@ -78,7 +76,7 @@ $ echo '.env' >> .gitignore
7876

7977
Put this somewhere in a `deploy.js` file:
8078

81-
```
79+
```javascript
8280
const ipfsDeploy = require(@agentofuser/ipfs-deploy)
8381
ipfsDeploy()
8482
```
@@ -95,6 +93,12 @@ Add a deploy command to your `package.json`:
9593
//
9694
```
9795

96+
And when you have built your website into `./public/`, run:
97+
98+
```
99+
$ npm run deploy
100+
```
101+
98102
## Contributing
99103

100104
PRs accepted.

0 commit comments

Comments
 (0)