[go: up one dir, main page]

Skip to content

NagaAI-Hub/NagaWeb

Repository files navigation

NagaAI

NagaAI Logo

Contributors

Frontend source code for NagaAI – a gateway to cutting-edge AI technologies.
NagaAI provides reverse-proxy services for top-notch AI models, including text-generative and image-generative capabilities.

🚀 Demo

Live: NagaAI Website

📸 Project Screenshots

NagaAI Screenshot 1 NagaAI Screenshot 2

🛠️ Installation Steps

# Clone the repository
git clone https://github.com/NagaAI-Hub/NagaWeb.git

# Navigate into the directory
cd NagaWeb

# Install dependencies
pnpm install

# Start development server
pnpm run dev

# Build for production
pnpm run build

# Serve the production build
pnpm run start