Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 307 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 307 Bytes

Memo Desktop

Checkout repo

git clone git@github.com:memocash/desktop.git
cd desktop

Use version of node matching electron

nvm install 16.13.0
nvm use 16.13.0

Install dependencies

npm install
$(npm bin)/electron-rebuild

Run app

npm start