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

https://github.com/csdms/best-practices

Slides on CSDMS-themed best practices in geoscientific software development
https://github.com/csdms/best-practices

best-practices csdms geosciences programming

Last synced: 6 months ago
JSON representation

Slides on CSDMS-themed best practices in geoscientific software development

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.