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
- Host: GitHub
- URL: https://github.com/bclehmann/website
- Owner: bclehmann
- License: mit
- Created: 2021-02-14T18:23:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T00:16:23.000Z (over 4 years ago)
- Last Synced: 2025-02-28T09:19:56.324Z (over 1 year ago)
- Language: HTML
- Homepage: https://swharden.com/scottplot
- Size: 18.6 MB
- Stars: 0
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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