forked from webxdc/webstore
WIP: simple website to search and download apps. Webinterface to view a xdcget repo.
- JavaScript 61.5%
- HTML 20.6%
- CSS 17.9%
|
|
||
|---|---|---|
| deps | move to preact to fix the flickering | |
| .gitignore | init | |
| app_list.d.ts | init | |
| index.html | Reorganize layout | |
| main.js | Reorganize layout | |
| readme.md | init | |
| simple.min.css | Reorganize layout | |
| styles.css | Reorganize layout | |
webxdc xstore simple webinterface
Search webxdc store and download apps from a simple website.
setup
You need to serve the export/output directory of xdcget somewhere and point the xdcget_export constant in main.js to the location you hosted it at.
If you host it on a different domain or subdomain you need to enable CORS. (https://enable-cors.org) -> basically set the cors header(s).
The rest of the deployment is easy, as this repo is just the source of a static site, just serve it somewhere. No build/bundle, npm/node or whatever required. Just a static file server like the pages service many git forges provide.