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

https://github.com/adamslack/hetheringtonsoundboard

A Soundboard of Mr. Hetherington
https://github.com/adamslack/hetheringtonsoundboard

Last synced: 6 months ago
JSON representation

A Soundboard of Mr. Hetherington

Awesome Lists containing this project

README

          

# HetheringtonSoundboard
A Soundboard of Mr. Hetherington

## Build & Deploy

```sh
terraform apply

cd ./hetherington-soundboard

yarn build

aws s3 cp ./build s3://hetherington.hapax.xyz --recursive
```