Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krr0ption/goran
Self-hosted Personal Music and Song Cloud provider
https://github.com/krr0ption/goran
Last synced: 29 days ago
JSON representation
Self-hosted Personal Music and Song Cloud provider
- Host: GitHub
- URL: https://github.com/krr0ption/goran
- Owner: Krr0ptioN
- Created: 2024-04-15T15:09:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T02:43:58.000Z (3 months ago)
- Last Synced: 2024-11-07T18:02:18.380Z (3 months ago)
- Language: TypeScript
- Homepage: https://goran.vercel.app
- Size: 48.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goran
## Running tasks
To execute tasks with Nx use the following syntax:
```
npx nx <...options>
```You can also run multiple targets:
```
npx nx run-many -t
```..or add `-p` to filter specific projects
```
npx nx run-many -t -p
```