https://github.com/debdut/delhi.fm
https://github.com/debdut/delhi.fm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/debdut/delhi.fm
- Owner: Debdut
- Created: 2021-05-12T06:29:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-31T11:45:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T13:51:18.084Z (over 1 year ago)
- Language: TypeScript
- Size: 307 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# delhi.fm
> `delhi.fm` is a music app
## Usage
```sh
# build
make
# build frontend
make build-preact
# build the executable
make build-go
# run the binary
bin/delhi.fm
# you can also double
# click to run
```