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

https://github.com/bclehmann/website

Source code for the ScottPlot website
https://github.com/bclehmann/website

Last synced: 4 months ago
JSON representation

Source code for the ScottPlot website

Awesome Lists containing this project

README

          

# ScottPlot Website

This repository is for the ScottPlot website (http://swharden.com/scottplot)

### Docker

This website can be run locally with Docker

* Use git to pull [md2html-php](https://github.com/swharden/md2html-php) next to this folder
* Run `docker-compose up -d`
* Launch http://localhost:8083

### Continuous Delivery

Commits pushed to the master branch are deployed automatically using GitHub Actions