Skip to content

octoml/octoai-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OctoAI Apps

A collection of OctoAI-based demos.

Demos utilize our demo design system that is easy to swap out for your own styling.

Tech stack

Our demo tech stack includes

Getting Started

Clone the repo

git clone https://github.com/octoml/octoai-apps.git

Navigate to the demo you want to use

cd octoai-apps/${DEMO_FOLDER}

Add OctoAI token to .env

Create an OctoAI token if you don't already have one.

Create a .env file in the folder you are working in (ie octoai-apps/aquarelle) and add your token:

OCTOAI_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Developing

Install dependencies

yarn

Start the dev server

yarn dev

Deploying

The easiest way to deploy is by using Vercel, but you can use any host that supports Node.js.

Releases

No releases published

Packages

No packages published