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

https://github.com/pellaeon/streama-offline

PWA version of Streama. Fetches directory and file information from standard directory listing.
https://github.com/pellaeon/streama-offline

Last synced: over 1 year ago
JSON representation

PWA version of Streama. Fetches directory and file information from standard directory listing.

Awesome Lists containing this project

README

          

# Build

```
git submodule init --update
cd streama-source
./gradlew build
wget 'https://github.com/grails/grails-core/releases/download/v4.0.3/grails-4.0.3.zip'
ln -s grails-4.0.3/bin/grails .
./grails war
cp -r build/assets ../
```

TODO: figure out how to use `grails.assets.storagePath`