got cpu based backend working; trying python/gpu solution bc faster probs
This commit is contained in:
11
open-cutscript
Executable file
11
open-cutscript
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# To run CutScript in dev mode:
|
||||
# 1. In a separate terminal, run:
|
||||
# cd CutScript/frontend
|
||||
# npm install # only needed once
|
||||
# npm run dev -- --host
|
||||
# 2. Then run this script to launch Electron:
|
||||
# ./open-cutscript.sh
|
||||
|
||||
cd "$(dirname "$0")/CutScript"
|
||||
npx electron .
|
||||
Reference in New Issue
Block a user