**docs(readme): add live demo link and update install script in deploy workflow**
### Changes: - **README.md**: Added a "Live Demo" section with a direct link to the interactive GitHub Pages demo. - **deploy-demo.yml**: Modified dependency installation step to use `npm install --legacy-peer-deps` for compatibility. ### Purpose: Improved documentation by providing direct access to the live demo for better user engagement. Updated the deploy workflow to ensure successful dependency resolution during the setup process.
This commit is contained in:
parent
02dd5a20bc
commit
9db89017ab
2 changed files with 6 additions and 1 deletions
3
.github/workflows/deploy-demo.yml
vendored
3
.github/workflows/deploy-demo.yml
vendored
|
|
@ -19,7 +19,8 @@ jobs:
|
|||
cache: 'npm'
|
||||
|
||||
- name: Install dependencies 📦
|
||||
run: npm ci
|
||||
run: npm install --legacy-peer-deps
|
||||
|
||||
|
||||
- name: Build project 🏗️
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -38,6 +38,10 @@ it gets - learning from your data to provide increasingly relevant results and c
|
|||
- **Model Control Protocol (MCP)** - Allow external AI models to access Brainy data and use augmentation pipeline as
|
||||
tools
|
||||
|
||||
## 🚀 Live Demo
|
||||
|
||||
**[Try the live demo](https://soulcraft-research.github.io/brainy/examples/demo.html)** - Check out the interactive demo on GitHub Pages that showcases Brainy's main features.
|
||||
|
||||
## 📊 What Can You Build?
|
||||
|
||||
- **Semantic Search Engines** - Find content based on meaning, not just keywords
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue