- v1.0-alpha - First version. Changes commited live, may be prone to bugs or errors.
To Be Worked On Upon First Version Completion
- node.js installed
- Navigate to the node.js download page (https://nodejs.org/en/download/) and download and install either LTS of Current for your device
- Run the commands
node -v
npm -v
to retrive the versions of node and npm installed, if you recieve a error saying that node or npm is not recognized as a command you need to install them
- Install app for developement by pressing the
Code
button at the top of the screen and cloneing in your method of choice. EX: Commandgh repo clone CodeDude404/WebTools_Apps
- Navigate to the reposotory in a cli.
- Ensure that the .gitigignore file contains
node_modules/
- Navigate to the folder of the app you are developing for.
- Run
npm init -y && npm i --save-dev electron
to initalize electron in the folder - Code!