Update README and frontend files for improved clarity and functionality
All checks were successful
CI / build (push) Successful in 1m0s
renovate / renovate (push) Successful in 1m6s

- Added a note in the README about using Taskfile for project management.
- Removed the crossOrigin attribute from the WebAssembly fetch request in verifier.ts for security compliance.
- Refactored the wasm_exec.js file for consistency in string usage and improved readability.
- Cleaned up whitespace in the SRI generation script to enhance code clarity.
This commit is contained in:
2025-12-27 22:37:27 -06:00
parent e2c80671fa
commit 0dfbacce37
4 changed files with 195 additions and 115 deletions

View File

@@ -62,6 +62,8 @@ A software distribution platform for assets built and hosted on Gitea. Built wit
### Installation
We use [Taskfile](https://taskfile.dev/) to manage the project.
1. **Build Everything (WASM, Frontend, Backend)**:
```bash
go-task all