Skip to content

Hypenexy/WriteNote-Electron

Repository files navigation

WriteNote in Electron

The way WriteNote runs locally on your computer!

image

Installation

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