node: v16.10+
cd bird;
npm install
npm run build
npm run mix
npm run make #it will build packages in out directory
npm run start #open react web in browser
npm run starte #open electron app
node: v16.10+
cd bird;
npm install
npm run build
npm run mix
npm run make #it will build packages in out directory
npm run start #open react web in browser
npm run starte #open electron app