1
0
Fork
You've already forked picture_share
0
No description
  • JavaScript 53.5%
  • TypeScript 40.6%
  • HTML 3.2%
  • Sass 2%
  • Shell 0.7%
2023年08月19日 20:13:55 +02:00
.vscode fixes 2023年08月19日 18:16:32 +02:00
public finish 2023年08月19日 20:03:57 +02:00
src cache & multiple 2023年08月19日 20:13:55 +02:00
.editorconfig fixes 2023年08月19日 18:16:32 +02:00
.eslintrc fixes 2023年08月19日 18:16:32 +02:00
.gitignore finish 2023年08月19日 20:03:57 +02:00
create_xdc.sh finish 2023年08月19日 20:03:57 +02:00
index.html init 2023年08月19日 17:59:21 +02:00
package.json init 2023年08月19日 17:59:21 +02:00
pnpm-lock.yaml init 2023年08月19日 17:59:21 +02:00
README.md init 2023年08月19日 17:59:21 +02:00
tsconfig.json init 2023年08月19日 17:59:21 +02:00
uno.config.ts finish 2023年08月19日 20:03:57 +02:00
vite.config.ts init 2023年08月19日 17:59:21 +02:00
webxdc.js init 2023年08月19日 17:59:21 +02:00

Xdcstore frontend

This solidjs project contains all the webxdcs needed by the store bot.

Building

You can build the frontend like this:

pnpm build

This will use vite to build the frontend and then execute create_xdc.sh to package and move it to the ../assets folder.

Testing

You can run tests like this:

pnpm test