feat: Add automated runtime installation scripts and documentation

- Add install-runtimes.js script for bulk runtime installation
- Create npm scripts for easy runtime management
- Add comprehensive runtime installation guide to README
- Support line-by-line runtime installation with progress tracking
- Include error handling and automatic file creation
- Add verification commands for testing installations
This commit is contained in:
Titus Owuor 2025-08-07 05:08:42 +03:00
parent 1d55a41a2d
commit baa39555a8
5 changed files with 407 additions and 0 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ data/
.piston_env
node_modules
.vscode/
.env