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.
Live: NagaAI Website
# 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