Skip to content

Commit

Permalink
add local dev setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsh-sgh committed Dec 24, 2024
1 parent 9034086 commit 865ff43
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,15 @@ To restore the default behaviour of opening the last note when joplin is launche
2. Press <kbd>Ctrl</kbd><kbd>,</kbd>
3. Select Plugins from left pane
4. disable Home Note plugin by clicking on the toggle button in front of the plugin name

# Local Setup (For developers)
After cloning the repository, run the following commands to build the plugin:
```bash
export NODE_OPTIONS=--openssl-legacy-provider
npm install
npm run dist
```

Add the full path to homenote/dist folder in joplin as shown in [joplin docs](https://joplinapp.org/help/api/get_started/plugins/)

mail me at adarsh.sgh3@gmail.com for any queries or suggestions

0 comments on commit 865ff43

Please sign in to comment.