An open API service indexing awesome lists of open source software.

https://github.com/artus/blockdiary

A diary app on Blockstack.
https://github.com/artus/blockdiary

blockchain blockstack decentralized decentralized-applications diary vue vuejs

Last synced: 7 months ago
JSON representation

A diary app on Blockstack.

Awesome Lists containing this project

README

          

# BlockDiary

## A diary app on Blockstack.

### Installation

Installation is not necessary to use this app, but you can do so:

```shell
git clone https://github.com/artusvranken/BlockDiary
cd BlockDiary
npm install
```

### Usage

You can use the app [here](https://artusvranken.github.com/BlockDiary), but you can also serve the app locally by using:

```
node server.js
```

And navigating to [localhost:3000](http://localhost:3000).

> Serving the app locally does not work as of yet.