Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 903 Bytes

DEVELOPMENT.md

File metadata and controls

25 lines (17 loc) · 903 Bytes

Development how-to

Prerequisites

Development

  • It is recommended to create a new Obsidian vault for development
  • git clone the repo to any place on your filesystem and enter the directory you cloned
  • npm install once to resolve project dependencies
  • npm run dev to mount the plugin to Obsidian vault and have hot-reload where you would like to test it and get instant feedback on any change in your code

Special thanks to: