https://github.com/endlessm/hack-toy-apps
Toy apps for Endless Hack
https://github.com/endlessm/hack-toy-apps
Last synced: 12 months ago
JSON representation
Toy apps for Endless Hack
- Host: GitHub
- URL: https://github.com/endlessm/hack-toy-apps
- Owner: endlessm
- License: gpl-2.0
- Created: 2018-10-01T20:38:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T20:08:22.000Z (over 3 years ago)
- Last Synced: 2025-01-20T22:17:06.430Z (over 1 year ago)
- Language: JavaScript
- Size: 169 MB
- Stars: 3
- Watchers: 11
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# hack-toy-apps
Toy apps for Endless Hack
This repository contains the toy apps for the Endless Hack product. They are organized by folders named of the app id.
You can generate the manifest using the generate_manifest script:
./generate_manifest [app_id]
Then you can build the flatpak of the app and install it:
flatpak-builder --force-clean --install fbuild [app_id].json
For more details about these apps, visit the [documentation](DOCUMENTATION.md).