trieve-fumadocs-adapter
v1.2.4
Published
Install dependencies
Downloads
644
Maintainers
Readme
Adding into your fumadocs site
Install dependencies
npm install trieve-fumadocs-adapter trieve-ts-sdk
Local Development Guide
Run component Build script
clients/trieve-fumadocs-adapter $ npm run bundle
Run Example Fumadocs application
Link NPM package
clients/trieve-fumadocs-adapter $ npm link
Link package into example
clients/trieve-fumadocs-adapter/example $ npm link trieve-fumadocs-adapter
Run build script to update index
clients/trieve-fumadocs-adapter/example $ npm run build
Run example
clients/trieve-fumadocs-adapter/example $ npm run dev
Publishing
DO NOT RUN yarn publish
, instead run yarn pub