Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdpiper/best-practices
Slides on CSDMS-themed best practices in scientific software development
https://github.com/mdpiper/best-practices
Last synced: 13 days ago
JSON representation
Slides on CSDMS-themed best practices in scientific software development
- Host: GitHub
- URL: https://github.com/mdpiper/best-practices
- Owner: mdpiper
- License: cc0-1.0
- Created: 2024-01-19T21:09:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T01:06:55.000Z (about 2 months ago)
- Last Synced: 2024-11-13T02:18:54.040Z (about 2 months ago)
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# best-practices
Slides on CSDMS-themed best practices in scientific software development.
## presentation
Present these slides with [reveal-md](https://github.com/webpro/reveal-md) through their public Docker image:
```
git clone https://github.com/mdpiper/best-practices
docker run --rm -p 1948:1948 -p 35729:35729 -v $PWD/best-practices:/slides webpronl/reveal-md:latest /slides --watch
```
The service is now running at http://localhost:1948.