Skip to content

xplanx/docs.github.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poolshark Docs

Welcome to the Poolshark Documentaion Repo. Check out the full docs here.

Local build: UNIX

git clone https://github.com/poolsharks-protocol/docs/
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
mkdocs serve

WINDOWS

git clone https://github.com/poolsharks-protocol/docs/
python3 -m venv venv
venv/bin/activate.ps1
pip3 install -r requirements.txt
mkdocs serve

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 88.5%
  • CSS 11.5%