See project file (in french).
Clone the repository from GitHub on your local machine : (this requires Git to be installed)
git clone https://github.com/highest-app/template.git # Using HTTP
git clone git@github.com:highest-app/template # Using SSH
Install the required dependencies using your favorite package manager :
npm install # Using NPM
yarn install # Using Yarn
Then, run the renderer process using the dev
script, and the Electron app with start
:
npm run dev # Using NPM
yarn dev # Using Yarn
npm run start # Using NPM
yarn start # Using Yarn
A web server will start with hot reload enabled, perfect to develop.
To get a built version of the renderer ready to be served by a HTTP server, use the build
command :
npm run build # Using NPM
yarn build # Using Yarn
Files will be generated in the dist
folder.
To build the app, use the GitHub action that uses electron-builder or the software itself:
electron-build --windows --mac --linux
To upload the hardware script on your card, open it in your Arduino IDE.
- Built by Théo VIDAL and Kylian CAPITANIO
- Made in Lycée Polyvalent J.-M. Carriat, 01000 Bourg-en-Bresse, France