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

https://github.com/corasaurus-hex/wearyourdamnmask


https://github.com/corasaurus-hex/wearyourdamnmask

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Wear Your Damn Mask

The site build scripts for [https://wearyourdamnma.sk](https://wearyourdamnma.sk).

Patches welcome if you want to add more disturbing facts.

## Build

To build...

``` sh
ruby build.rb
```

This will create the `build/index.html` file.

Or have it watch for file changes and automatically rebuild...

``` sh
bash watch.bash
```

This requires [fswatch](https://github.com/emcrisostomo/fswatch), however.