You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update project tracker example and API reference UI
Added development and contributing instructions to README. Changed project tracker example to use 'objectql serve' for starting the API server and moved the seed script to a separate file. Updated the API reference UI in the CLI serve command to use Scalar instead of Swagger UI.
You must build the core libraries before running examples, as they rely on local workspace builds.
277
+
```bash
278
+
pnpm build
279
+
```
280
+
281
+
3.**Run Examples**
282
+
283
+
These examples run as **scripts** to demonstrate the ObjectQL Core Engine capabilities (Validation, CRUD, Logic Hooks). They use an in-memory SQLite database.
0 commit comments