Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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