Publish your bio to IPFS
Go to file
Nat 4a2f7e1a20 Fix issue preventing installation of Elm 0.18 2022-05-25 14:59:15 -07:00
js Reset repo 2022-01-29 12:34:11 -08:00
src Reset repo 2022-01-29 12:34:11 -08:00
www Reset repo 2022-01-29 12:34:11 -08:00
.gitignore Fix issue preventing installation of Elm 0.18 2022-05-25 14:59:15 -07:00
LICENSE Reset repo 2022-01-29 12:34:11 -08:00
README.md Fix issue preventing installation of Elm 0.18 2022-05-25 14:59:15 -07:00
elm-package.json Reset repo 2022-01-29 12:34:11 -08:00
package-lock.json Fix issue preventing installation of Elm 0.18 2022-05-25 14:59:15 -07:00
package.json Fix issue preventing installation of Elm 0.18 2022-05-25 14:59:15 -07:00

README.md

dbio - Share your bio via the InterPlanetary File System

dbio is a web application that allows you to very easily publish an about.me-style web page to IPFS.

Running the app

First, like all good Node.JS projects, you've got to run:

$ npm install
```

Since this project was started a long time ago, it uses Elm 0.18.0. Binaries for this version aren't available using NPM anymore. Instead, this version of Elm must be downloaded as a tarball from a github repository. To do this, run:

```
$ npm run install-tarballs
```

Now, you can use

```
$ npm run build
$ npm start
```