Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c-d-lewis/heroesofmirren.com
Yo yo yo let me tell you something real quick
https://github.com/c-d-lewis/heroesofmirren.com
Last synced: 2 days ago
JSON representation
Yo yo yo let me tell you something real quick
- Host: GitHub
- URL: https://github.com/c-d-lewis/heroesofmirren.com
- Owner: C-D-Lewis
- License: mit
- Created: 2019-02-13T20:48:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T16:51:17.000Z (4 months ago)
- Last Synced: 2024-07-13T18:10:26.372Z (4 months ago)
- Language: TypeScript
- Size: 76.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# heroesofmirren.com
> Yo yo yo let me tell you something real quick.
Site for the mighty Heroes of Mirren.
## Setup
Install dependencies.
```shell
npm ci
```## Run locally
Run a local dev server:
```shell
npm start
```## Deploy
The site is deployed by GitHub actions when a new commit is added to the
`master` branch.Alternatively, it can be deployed manually via Terraform and AWS CLI:
```
./deploy.sh
```## Adding new images and sounds
Images and sounds are listed in `src/assets.js`, and have entries there that
should correspond to images and sounds in `assets/icons` and `assets/sounds`
respectively.Sounds in a randomised set should be indexed (see existing
examples) and listed with `soundPrefix` and `max` as the sound file prefix and
how many types of that sound there are.