Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trace2798/leap-outerbase

A simple application using Outerbase Command to communicate with Leap AI
https://github.com/trace2798/leap-outerbase

hashnode hashnode-hackathon outerbase outerbase-hackathon

Last synced: about 1 month ago
JSON representation

A simple application using Outerbase Command to communicate with Leap AI

Awesome Lists containing this project

README

        

# Integration Leap AI with Outerbase Command

### This repo is for my submission for the Outerbase X Hashnode hackathon, which took place during September 1 - September 30, 2023

#### Hashnode article: [Leap into the Future: Harnessing the Power of Outerbase and Leap AI](https://shreyas-chaliha.hashnode.dev/leap-into-the-future-harnessing-the-power-of-outerbase-and-leap-ai)

### To create you own Leap AI Integrated Command in Outerbase, please refer to the Hashnode article mentioned above. To make this application working you will need to create your own Outerbase Commands.

## Getting Started

### Either fork the repo or directly clone it

### Prerequisites

**Node version 16.8 or later
**macOS, Windows (including WSL), and Linux are supported.

### To directly clone the repo

```shell
git clone https://github.com/trace2798/leap-outerbase.git
```
```shell
cd leap-outerbase
```
### Install packages

```shell
npm i
```

### Start the app

```shell
npm run dev
```

## Available commands

Running commands with npm `npm run [command]`

| command | description |
| :-------------- | :--------------------------------------- |
| `dev` | Starts a development instance of the app |
| `build` | To build your application |
| `start` | Starts a production instance of the app |

## For integrating Leap AI with Outerbase I have wrote a very detailed article on [Hashnode](https://shreyas-chaliha.hashnode.dev/leap-into-the-future-harnessing-the-power-of-outerbase-and-leap-ai)