Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.