Skip to content

agicto/agicto-playground

Repository files navigation

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:https://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:https://localhost:8890 with your browser to see the result.

Run Docker-compose

docker-compose up -d