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.
- Host: GitHub
- URL: https://github.com/pellaeon/streama-offline
- Owner: pellaeon
- Created: 2020-07-10T04:36:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T04:43:21.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T10:50:45.315Z (over 1 year ago)
- Language: JavaScript
- Size: 6.19 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`