myelintek / mlbench

Apache License 2.0
1 stars 0 forks source link

MLBench

Development Scripts

For developer

# install dependencies
yarn

# run application in development mode
yarn dev

For distribution

# compile source code and create webpack output
yarn compile

# `yarn compile` & create build with electron-builder
yarn dist
# built file in dist/win-unpacked/mlbench.exe

# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir