Added 3d cube and run shell script

This commit is contained in:
BOT Alex 2023-12-29 13:55:01 +01:00
parent 4a85a0062b
commit 7d4ecd0a88
5 changed files with 202 additions and 2 deletions

10
run.sh Normal file
View file

@ -0,0 +1,10 @@
#!/bin/bash
# Enable echoing of commands
set -x
# Install npm dependencies
npm install
# Run the development script
npm run dev