https://github.com/avras/cryptodocs
Notes on cryptocurrency and blockchain technologies
https://github.com/avras/cryptodocs
Last synced: 4 months ago
JSON representation
Notes on cryptocurrency and blockchain technologies
- Host: GitHub
- URL: https://github.com/avras/cryptodocs
- Owner: avras
- Created: 2019-08-31T06:09:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T11:00:27.000Z (over 4 years ago)
- Last Synced: 2025-07-22T03:47:49.968Z (11 months ago)
- Homepage: https://avras.github.io/cryptodocs/
- Size: 707 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Repository for [https://avras.github.io/cryptodocs](https://avras.github.io/cryptodocs)
Steps for updating the site
1. `git checkout master`
1. `mdbook build`
1. `git checkout gh-pages`
1. `cp -r book/* .`
1. `rm -r book/*`
1. `git commit -am"Commit message"`
1. `git push`