fireWorks: adding initial version

common: adding more needed methods
This commit is contained in:
Sheldan
2024-04-01 13:43:32 +02:00
parent 527b0f1edf
commit 2035b2cebd
8 changed files with 1812 additions and 2 deletions

View File

@@ -40,6 +40,12 @@ jobs:
- name: recBubbles Build
run: npx vite build
working-directory: recBubbles
- name: fireWorks Install dependencies
run: npm install
working-directory: fireWorks
- name: fireWorks Build
run: npx vite build
working-directory: fireWorks
- name: Move index
run: cp index.html dist/
- name: Move overview images