WIP: simple website to search and download apps. Webinterface to view a xdcget repo.
https://webxdc.codeberg.page/webstore/@main/
This repository has been archived on 2023年12月06日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- JavaScript 65.6%
- CSS 25.8%
- HTML 8.6%
|
|
||
|---|---|---|
| deps | move to preact to fix the flickering | |
| .gitignore | init | |
| app_list.d.ts | init | |
| index.html | move to preact to fix the flickering | |
| main.js | switch to onInput | |
| readme.md | init | |
| styles.css | add dayjs to format the time | |
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.