An Electron application with React, TypeScript, Jotai, Tailwind
Run the command below in order to generate the node modules of the project
$ npm install
$ npm run dev
# Build For Windows
$ npm run build:win
# Build For MacOS
$ npm run build:mac
# Build For Linux
$ npm run build:linux