Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/csdms/what-can-csdms-do-for-you
- Owner: csdms
- License: cc0-1.0
- Created: 2024-01-22T19:15:52.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T21:29:55.000Z (10 months ago)
- Last Synced: 2024-03-25T22:35:47.458Z (10 months ago)
- Topics: csdms
- Language: CSS
- Homepage: https://csdms.colorado.edu/do
- Size: 698 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```