Skip to content

ethstaker/ethstaker-knowledgebase

Repository files navigation

EthStaker Docs

This is the source code for https://docs.ethstaker.org.

Local Development

To execute/build locally:

  1. Create virtual environment: python3 -m venv venv/
  2. Start the local server: . venv/bin/activate && pip install -r requirements.txt && mkdocs serve
  3. Or run each command individually:
    1. Start python virtual environment: . venv/bin/activate
    2. Install dependencies: pip install -r requirements.txt
    3. Run the script: mkdocs serve
  4. Go to http://127.0.0.1:8000/ to view changes
  5. Close virtual environment: deactivate

To build the site use mkdocs build.

Resources:

Contributors 33