Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 615 Bytes

File metadata and controls

16 lines (10 loc) · 615 Bytes

Pattern App

This repository holds all the app logic of Pattern, an orchestrated multi-agent system turning raw data into structured knowledge in real-time

Running Locally

To be able to use the app, you need to have a running core service. So, before continuing, make sure you have the service running.

Having a running core service, first create a .env file based on the contents of .env.example. Then, run the following commands to start the app in development mode:

pnpm i
pnpm dev

You may also use other package managers of your choice.