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

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!

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/`