Update README.md
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
2026-03-27 23:13:12 -04:00
parent 99034ec926
commit 2620239997

View File

@@ -53,7 +53,3 @@ Requires two things set in Gitea repository settings:
```bash
docker run -d -p 3000:80 <registry>/catalyst:latest
```
## Migrating to a real backend
All database operations are in `js/db.js`. The functions `getInstances`, `getInstance`, `createInstance`, `updateInstance`, and `deleteInstance` are the only things that would change — swap the `db.run()` / `db.exec()` calls for `fetch()` calls to your API and the rest of the app is untouched.