Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nodesocket/baseball-stats.net

A web reference of common baseball statistics.
https://github.com/nodesocket/baseball-stats.net

baseball material-design mkdocs mlb static-site static-site-generator statistics

Last synced: 11 days ago
JSON representation

A web reference of common baseball statistics.

Awesome Lists containing this project

README

        

# Baseball-Stats.net

A web reference of common baseball statistics.

Built using [MkDocs](http://www.mkdocs.org) and the [Material](http://squidfunk.github.io/mkdocs-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
```