1
0
Fork
You've already forked webstore
0
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%
2023年11月13日 12:05:12 -03:00
deps move to preact to fix the flickering 2023年09月27日 04:37:04 +02:00
.gitignore init 2023年09月25日 20:52:24 +02:00
app_list.d.ts init 2023年09月25日 20:52:24 +02:00
index.html Reorganize layout 2023年11月13日 12:05:12 -03:00
main.js Reorganize layout 2023年11月13日 12:05:12 -03:00
readme.md init 2023年09月25日 20:52:24 +02:00
simple.min.css Reorganize layout 2023年11月13日 12:05:12 -03:00
styles.css Reorganize layout 2023年11月13日 12:05:12 -03:00

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.