feat: add Misch & Friends companion app
All checks were successful
Build & Push Friends Image to Gitea Registry / build-and-push (push) Successful in 16s
All checks were successful
Build & Push Friends Image to Gitea Registry / build-and-push (push) Successful in 16s
This commit is contained in:
41
README.md
Normal file
41
README.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# Misch & Friends
|
||||
|
||||
Friends is the voice-first MischLabs companion for Monica CRM.
|
||||
|
||||
Monica stays the archive. Friends is the daily surface:
|
||||
|
||||
- dictate or type what happened
|
||||
- review the structured result
|
||||
- save journal entries, contact notes, and reminders
|
||||
- write to Monica when `MONICA_API_TOKEN` is configured
|
||||
|
||||
## Local Start
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
npm install
|
||||
npm start
|
||||
```
|
||||
|
||||
Open:
|
||||
|
||||
```text
|
||||
http://localhost:38110
|
||||
```
|
||||
|
||||
Public domain:
|
||||
|
||||
```text
|
||||
https://friends.mischlabs.de
|
||||
```
|
||||
|
||||
## Environment
|
||||
|
||||
```env
|
||||
PORT=38110
|
||||
MONICA_BASE_URL=https://crm.mischlabs.de
|
||||
MONICA_API_TOKEN=
|
||||
DATA_DIR=./data
|
||||
```
|
||||
|
||||
Without `MONICA_API_TOKEN`, Friends runs in demo/local mode and stores entries in `data/entries.json`.
|
||||
Reference in New Issue
Block a user