agicto / agicto-playground

agi playground | agi 调试平台

Home Page:https://agicto.com/playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

View Demo

Open https://agicto.com/playground/

CleanShot 2024-06-10 at 13 57 20@2x

Getting Started

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.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Run Docker

docker build . -t agicto/agicto-playground:latest
docker run --name agicto-playground -d -p 8890:8890  agicto/agicto-playground:latest

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

Run Docker-compose

docker-compose up -d

About

agi playground | agi 调试平台

https://agicto.com/playground


Languages

Language:TypeScript 77.1%Language:JavaScript 19.9%Language:CSS 2.2%Language:SCSS 0.5%Language:Dockerfile 0.3%Language:Rust 0.1%