Closed f1shy-dev closed 3 years ago
So this PR adds some refactors to the general project:
yarn dev
yarn build
yarn build:electron:<mac|windows>
yarn start
renderer -> game
main -> electron
.env
npm audit fix
Thanks for your work! You are the first contributor to Jell Machine!
👍
So this PR adds some refactors to the general project:
yarn dev
runs webpack, electron and electron main process tsc compiler in parallelyarn build
builds for both platformsyarn build:electron:<mac|windows>
builds for the relative platformyarn start
builds the prodrenderer -> game
,main -> electron
).env
npm audit fix