848 B
848 B
Contributing to Obsidian Infio Copilot
We welcome contributions to Infio Copilot This document will guide you through the process of contributing to the project.
Development Workflow
-
Clone the repository to your Obsidian vault's plugins directory:
git clone https://github.com/infiolab/infio-copilot.git /path/to/your/vault/.obsidian/plugins/infio-copilot -
Navigate to the plugin directory:
cd /path/to/your/vault/.obsidian/plugins/infio-copilot -
Run the following commands to install dependencies and start the development server:
pnpm install pnpm run dev -
Start making changes to the plugin code. To test your changes:
- Reload Obsidian manually, or
- Use the Hot Reload plugin for automatic reloading during development