Skip to content

Studio1HQ/code-reviewer

Repository files navigation

Getting Started

  • Clone the repository
  • Install the project dependencies.
    npm install
  • Copy your Nebius Studio API key into the .env.local file.
  • Start the development server.
    npm run dev