Contributing
Setup development environment
# In project directory
npm install
Run development server locally
# In project directory
npm run dev
Customize your development server
You can modify index.html
to customize the content of development server.
To customize the backend server, you can modify the server
attribute of <qa-bot>
element.
<qa-bot
server="YOUR OWN BACKEND SERVER HERE (e.g. http://localhost:3001)"
site="https://docs.jina.ai"
target="_blank"
></qa-bot>
Run this doc site locally
# In project directory
npm run docs:dev