10 lines
70 B
Bash
Executable File
10 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./install-dependencies.sh
|
|
|
|
cd ../
|
|
|
|
make
|
|
|
|
npm run tauri dev
|