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
- Host: GitHub
- URL: https://github.com/adamslack/hetheringtonsoundboard
- Owner: AdamSlack
- License: mit
- Created: 2021-06-26T18:41:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T20:17:58.000Z (about 5 years ago)
- Last Synced: 2025-02-05T20:06:12.545Z (over 1 year ago)
- Language: HCL
- Homepage: https://hetherington.hapax.xyz
- Size: 530 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```