Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 528 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 528 Bytes

Agent Kyra

AI Agent web application with a secured access to the user's personal data via the Verida Network

Getting Started

First, set the environment variables:

cp .env.example .env.local

Then edit the values and set the required variables. Look at the .env.example file for more information.

Install the dependencies:

yarn install

Run the development server:

yarn run dev

The application will be available at http://localhost:3000