Archived
16
2
Fork
You've already forked webstore
1
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%
Simon Laux 6b0f3ba036 switch to onInput
might close #1, needs more testing?
2023年09月27日 04:54:40 +02: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 move to preact to fix the flickering 2023年09月27日 04:37:04 +02:00
main.js switch to onInput 2023年09月27日 04:54:40 +02:00
readme.md init 2023年09月25日 20:52:24 +02:00
styles.css add dayjs to format the time 2023年09月27日 00:26:37 +02: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.