< back

Building your own Power Notepad



Things needed to install

get the latest repo by typing this
git clone https://github.com/imagineeeinc/power-notepad.git
in the command line or by downloding the zip from github
next you have to install the dependencies by:
npm install
For testing run
npm run electron

And for building into a distributible, use the commands bellow depending on your system
#Windows
npm run dist-win

#MacOS
npm run dist-mac

#Linux
npm run dist-linux

and you will find the build file in the ‘dist’ folder which will be newely created.

And Done!