/community-hub

SpankChain Community Hub - community.spankchain.com

OtherNOASSERTION

The SpankChain Community Hub

The SpankChain Community Hub is a public resource containing the content and resources needed to successfully participate on the SpankChain platform and/or in the adjacent cryptosphere.

This is a collaborative community project. If you wish to suggest an improvement or to contribute to this site or to the community itself, please create an Issue or submit a Pull Request at https://github.com/spankchain/community-hub. Be sure to follow our Contributing Guidelines when working on your contribution.

Current versions used:

Python 3.6.3

MKDocs version 1.0.4

Material for MkDocs version 4.3.1

To upgrade from previous versions:

pip install --upgrade mkdocs

pip install --upgrade mkdocs-material

How do I run a local version of the wiki for editing?

  • Install MkDocs
    • Install mkdocs-material using Python, pip install mkdocs-material
  • Clone the repo with git clone https://github.com/spankchain/community-hub.git
  • In the community-hub directory, run mkdocs serve
  • Open http://localhost:8000/ in your browser

Guide for submitting a new Pull Request

  • Check the Issues for existing improvements that are needed
  • If you don’t find anything close to what you’re working on, submit a new Issue of what you would like to see changed in the wiki

Follow these steps:

This wiki is heavily inspired by the Aragon Wiki. Huge thanks for all of their pioneering work!