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.
- Host: GitHub
- URL: https://github.com/artus/blockdiary
- Owner: artus
- Created: 2018-04-11T13:54:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T07:43:02.000Z (over 7 years ago)
- Last Synced: 2025-06-10T22:04:17.233Z (9 months ago)
- Topics: blockchain, blockstack, decentralized, decentralized-applications, diary, vue, vuejs
- Language: JavaScript
- Homepage: https://artus.github.io/BlockDiary
- Size: 941 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.