Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 505 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 505 Bytes

Baseball-Stats.net

A web reference of common baseball statistics.

Built using MkDocs and the Material theme.

Installation

git clone https://github.com/nodesocket/baseball-stats.net.git
cd baseball-stats.net
pip install mkdocs mkdocs-material pymdown-extensions markdown-include

Local development (with auto-reload)

mkdocs serve

Production build

Into the build/ directory.

mkdocs build