Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nodesocket/baseball-stats.net
- Owner: nodesocket
- Created: 2017-10-06T00:09:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T00:17:27.000Z (about 7 years ago)
- Last Synced: 2024-10-05T21:40:56.145Z (about 1 month ago)
- Topics: baseball, material-design, mkdocs, mlb, static-site, static-site-generator, statistics
- Homepage: https://baseball-stats.net
- Size: 597 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS.md
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
```