Skip to content

andzeil/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamController Docs

Developer Guide

Using Make

  1. Install mkdocs and dependencies: make install
  2. Serve files locally make serve
  3. Make changes, and preview them on http://localhost:8000
  4. Once you are happy, commit, push and open pull request

Manual

  1. Create python venv
    python -m venv .venv
  2. Activate venv
    source .venv/bin/activate
  3. Install requirements via pip
    pip install -r requirements.txt
  4. Serve docs locally
    mkdocs serve
  5. Make changes, and preview them on http://localhost:8000
  6. Once you are happy, commit, push and open pull request

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 63.9%
  • Makefile 36.1%