Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/csdms/what-can-csdms-do-for-you

A presentation on CSDMS products, services, and events.
https://github.com/csdms/what-can-csdms-do-for-you

csdms

Last synced: 18 days ago
JSON representation

A presentation on CSDMS products, services, and events.

Awesome Lists containing this project

README

        

# what-can-csdms-do-for-you

A presentation on CSDMS products, services, and events.

## presentation

Present these slides with [reveal-md](https://github.com/webpro/reveal-md) through their public Docker image:
```
git clone https://github.com/csdms/what-can-csdms-do-for-you
docker run --rm -p 1948:1948 -p 35729:35729 -v $PWD/what-can-csdms-do-for-you:/slides webpronl/reveal-md:latest /slides --watch
```
The service is now running at http://localhost:1948.

Or, install and run reveal-md locally (with `-w` to autoupdate on change):
```
reveal-md csdms.md -w
```