Added 3d cube and run shell script
This commit is contained in:
parent
4a85a0062b
commit
7d4ecd0a88
5 changed files with 202 additions and 2 deletions
10
run.sh
Normal file
10
run.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue