Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.36 KB

File metadata and controls

41 lines (34 loc) · 1.36 KB

Frontend (Next.js / v0.dev)

This directory contains the Next.js frontend for the GitGuard AI Landing Page. It is automatically synced with your v0.dev deployments.

Deployed on Vercel Built with v0

Overview

  • Built with Next.js and v0.dev
  • Automatically synced with v0.dev deployments
  • User interface for submitting code snippets to the backend for secret detection

Deployment

Your project is live at:

https://v0-gitguard-ai-landing-page.vercel.app/

Build & Development

  1. Install dependencies:
    npm install
    # or
    yarn install
    # or
    pnpm install
  2. Run the development server:
    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  3. Open http://localhost:3000 to view the app.

How It Works

  1. Create and modify your project using v0.dev
  2. Deploy your chats from the v0 interface
  3. Changes are automatically pushed to this repository
  4. Vercel deploys the latest version from this repository