Skip to content

powbot/main-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

209 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowBot Docs

Everything about PowBot is held here.

Site deployed here

Reference sites:

Quick start guide

Requirements

  • Python 3.3 or above installed
  • pip

Project setup

  1. Create a fork of this repository and clone it.
  2. cd into the cloned repo, and run virtualenv .
    1. Windows:
      1. Run powershell as admin and run this command Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted -Force; 2. Back in the repo directory, you want to run ./.venv/bin/activate.ps1
    2. MacOS/Linux:
      1. Open a terminal window, cd into the repo directory and run:
        1. chmod +x ./.venv/bin/activate
        2. ./.venv/bin/activate
  3. Run pip3 install mkdocs-material to install the mkdocs=material library.

Running locally

Run this command from the project dir: mkdocs serve

Notes

  • You don't need to run this project to be able to add to or modify existing markdown files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors