mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
add build, dev and install scripts for windows, mac and linux
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Running install script
|
||||
./install.sh
|
||||
|
||||
cd ..
|
||||
|
||||
# Building projects
|
||||
cd ./interface
|
||||
npm run build
|
||||
cd ..
|
||||
npm run build
|
||||
Reference in New Issue
Block a user