PaperDebugger Developer Skill
Detailed instructions for the agent.
When to Use
- Use this skill when...
- This skill is helpful for...
Instructions
- Step-by-step guidance for the agent
- Domain-specific conventions
- Best practices and patterns
webapp/_webapp Developing Notes
- Use
bunas package manager - Use
PD_API_ENDPOINT="https://app.paperdebugger.com" npm run _build:officeto build the latest office add-in. it will save theoffice.jsfile in thewebapp/office/src/paperdebugger/office.jsdirectory.
webapp/office Developing Notes
- Use
npmas package manager, because Office Add-in can only compatible with npm packages. - Use
npm installto install packages in this office-addin project. - Use
npm run dev-serverto start the development server (that update theoffice.jsfile in real time). - Use
npm run startto start a word and load the add-in.