gavvvr_obsidian-imgur-plugin/DEVELOPMENT.md
Kirill Gavrilov e2c6e779c1 build: refactor build setup to develop without 'obsidian-plugin-cli'
2 reasons to remove 'obsidian-plugin-cli' dependency:
- it uses its own esbuild config, which might be different from the one used for prod build
- it brings lots of unused stuff (including deprecated transitive dependencies)
2024-08-24 09:08:52 +03:00

903 B

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: