Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kav2k/enhancer-symposium


https://github.com/kav2k/enhancer-symposium

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Static website for EnhanceR Symposium 2024

To generate, use 11ty:

```
npx @11ty/eleventy
```

For development, use watch/serve mode:
```
npx @11ty/eleventy --serve
```

Final site is at `_site`, deploy where needed.