keiSunagawa / Siphonophorae

0 stars 0 forks source link

RUN Application

# compile scala code
$ cd siphonophorae/scripts
$ ./scalajs-compile.sh

# build electron view
$ cd siphonophorae/electron-view
$ yarn
$ yarn webpack
$ yarn start