Skip to content

ilieBeracha/ai-agents-generator-react-component-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ai-agents-generator-react-component-library

Installation

To install the necessary dependencies, run:

npm install

Running the Application

To start the application, use:

npm run dev

Database Setup

To run a PostgreSQL database using Docker, execute the following command:

docker run --name infcom -e POSTGRES_USER=admin -e POSTGRES_PASSWORD=admin -p 5432:5432 -d postgres

This command will create a new PostgreSQL container with the specified user and password.

Usage

After setting up the database, you can connect your application to it and start using the features provided by the library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors