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
Copyright (c) 2021 Deryk Makgill. Licensed under MIT License.
See license text at https://github.com/wakgill/bitcoin-archive/blob/main/LICENSE.
- Clone this repository
git clone https://github.com/bitcoin-portal/satoshi-archive.git
- 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>
- Build site and run on local server
jekyll serve
-
View site locally at http://127.0.0.1:4000/satoshi-archive/
-
Stage, commit, and push changes to your branch
-
Submit a Pull Request into
base: main
-
Request @catboop for review