collatzConjecture: initial adding

clusterFilter: fixing package.json
This commit is contained in:
Sheldan
2025-08-08 23:45:28 +02:00
parent 8ef5e61588
commit 7337a4c917
12 changed files with 1237 additions and 604 deletions

View File

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