https://github.com/ffont/go-music
Sonify your Go games!
https://github.com/ffont/go-music
Last synced: 8 months ago
JSON representation
Sonify your Go games!
- Host: GitHub
- URL: https://github.com/ffont/go-music
- Owner: ffont
- License: gpl-3.0
- Created: 2024-12-24T14:50:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T13:33:04.000Z (over 1 year ago)
- Last Synced: 2025-05-19T05:37:30.698Z (about 1 year ago)
- Language: CSS
- Homepage: https://ffont.github.io/go-music/
- Size: 4.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-music
Sonify your Go games!
## Some dev stuff
Add yarn dependencies:
```shell
docker compose run --rm static yarn add ...
```
Install yarn packages:
```shell
docker compose run --rm static yarn install
```
Build static:
```shell
docker compose run --rm static yarn build
```
Run dev server:
```shell
docker compose up
```
Then point your browser at: `http://http://localhost:1234/`