Skip to content

BitcoinCom-Legacy/satoshi-archive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin.com/satoshi-archive

Bitcoin.com's Satoshi Archive landing page generated by Jekyll.

Satoshi's Archive gathers the most important primary and secondary source material on the creation of Bitcoin in a searchable research database

MIT License

Copyright (c) 2021 Deryk Makgill. Licensed under MIT License.

See license text at https://github.com/wakgill/bitcoin-archive/blob/main/LICENSE.

For Contributors

  1. Clone this repository
git clone https://github.com/bitcoin-portal/satoshi-archive.git
  1. Cut a new branch from main
git checkout -b <branch-name>

**Note: branch name should follow this naming convention: feature/<feature-name> or fix/<bug-name>

***Note: if you already have repo cloned locally, be sure to fetch most recent updates from main branch before cutting a new branch, as your local repository may no longer be up to date:

git checkout main
git pull
git checkout -b <branch-name>
  1. Build site and run on local server
jekyll serve
  1. View site locally at http://127.0.0.1:4000/satoshi-archive/

  2. Stage, commit, and push changes to your branch

  3. Submit a Pull Request into base: main

  4. Request @catboop for review

Releases

No releases published

Packages

No packages published

Languages

  • CSS 74.2%
  • HTML 17.0%
  • JavaScript 8.8%