Skip to content

okawibawa/sh-ai

Repository files navigation

SH-AI

Getting Started

System Dependency

This project depends on system dependency.

First, install:

# mac
brew install ffmpeg

# linux (debian/ubuntu)
sudo apt update && sudo apt upgrade

sudo apt install ffmpeg

# windows: please refer to online installation tutorial

Running Locally

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.