An open API service indexing awesome lists of open source software.

https://github.com/numblr/objectref-parent


https://github.com/numblr/objectref-parent

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# eliza-parent

Parent repository for the object referencing App.

This repository contains all components as _git_ submodules and can be used as the
root to execute [build commands](https://github.com/leolani/cltl-build/tree/main/make) that are run on the components.

## Check-out

To check out all code needed for the Eliza App, clone this repository including all submodules:

git clone --recurse-submodules -j8

## Run the application

Checkout the repository as described in [Check-out](#check-out). Then go to the
repository root, build the project, activate the virtual environment for the
Python application and run it. Altogether:

git clone --recurse-submodules -j8
cd objectref-parent
make build
cd
source venv/bin/active
cd py-app
python app.py