Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trace2798/leap-outerbase
- Owner: trace2798
- License: mit
- Created: 2023-09-26T10:05:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-28T10:42:44.000Z (about 1 year ago)
- Last Synced: 2024-04-14T03:03:27.156Z (8 months ago)
- Topics: hashnode, hashnode-hackathon, outerbase, outerbase-hackathon
- Language: TypeScript
- Homepage: https://leap-outerbase.vercel.app
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)