https://github.com/corasaurus-hex/wearyourdamnmask
https://github.com/corasaurus-hex/wearyourdamnmask
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/corasaurus-hex/wearyourdamnmask
- Owner: corasaurus-hex
- Created: 2020-07-26T22:30:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T03:31:25.000Z (about 4 years ago)
- Last Synced: 2025-12-26T01:44:04.323Z (7 months ago)
- Language: HTML
- Size: 194 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.