You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# install
npm install
# run dev server localhost:3333
npm start
# build and open electron preview
npm test# build:prod and create electron package
npm run build:dist