The way WriteNote runs locally on your computer!
The following commmands are run in a terminal.
Download this repository
git clone https://github.com/Hypenexy/WriteNote-Electron.git
cd WriteNote-Electron
All of the next commands can be alternatively run when running the setup.bat file in the repository.
Install dependencies
npm i
Get the WriteNote code
git clone https://github.com/Hypenexy/WriteNote.git
And to finally run it
npm run start