go-ethereum/shyft_documentation
2018-07-18 15:00:14 -04:00
..
.github Move documentation into main repo 2018-07-18 15:00:14 -04:00
lib Move documentation into main repo 2018-07-18 15:00:14 -04:00
source Move documentation into main repo 2018-07-18 15:00:14 -04:00
.editorconfig Move documentation into main repo 2018-07-18 15:00:14 -04:00
.gitignore Move documentation into main repo 2018-07-18 15:00:14 -04:00
.travis.yml Move documentation into main repo 2018-07-18 15:00:14 -04:00
CHANGELOG.md Move documentation into main repo 2018-07-18 15:00:14 -04:00
CODE_OF_CONDUCT.md Move documentation into main repo 2018-07-18 15:00:14 -04:00
config.rb Move documentation into main repo 2018-07-18 15:00:14 -04:00
deploy.sh Move documentation into main repo 2018-07-18 15:00:14 -04:00
font-selection.json Move documentation into main repo 2018-07-18 15:00:14 -04:00
Gemfile Move documentation into main repo 2018-07-18 15:00:14 -04:00
Gemfile.lock Move documentation into main repo 2018-07-18 15:00:14 -04:00
LICENSE Move documentation into main repo 2018-07-18 15:00:14 -04:00
README.md Move documentation into main repo 2018-07-18 15:00:14 -04:00
Vagrantfile Move documentation into main repo 2018-07-18 15:00:14 -04:00

shyft_geththemessage

shyft block explorer api & connectivity

Getting Set Up Fork this repository on GitHub. Clone your forked repository (not our original one) to your hard drive with git clone https://github.com/YOURUSERNAME/slate.git cd slate Initialize and start Slate. You can either do this locally, or with Vagrant:

either run this to run locally

bundle install bundle exec middleman server

OR run this to run with vagrant

vagrant up You can now see the docs at http://localhost:4567. Whoa! That was fast!

Now that Slate is all set up on your machine, you'll probably want to learn more about editing Slate markdown, or how to publish your docs.

If you'd prefer to use Docker, instructions are available in the wiki.