Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.26 KB

File metadata and controls

21 lines (14 loc) · 1.26 KB

Gemini Code Assistant Context

Project Overview

This is the MRKTZR project, an in-house automated marketing platform. It is a Node.js application that uses the Genkit AI framework to automate various marketing tasks, including content creation, social media management, and YouTube channel management.

The project is in its early stages of development, with the basic structure and dependencies in place. The ROADMAP.md file outlines the development plan, which is divided into four phases, starting with an MVP for content creation and social media scheduling.

Building and Running

  • Dependencies: The project uses Node.js and npm for package management. The required dependencies are listed in the package.json file.
  • Installation: To install the dependencies, run npm install.
  • Running the application: The package.json file does not yet have a start script.
  • Testing: The package.json file does not yet have a test script.

Development Conventions

  • Language: The project is written in TypeScript.
  • AI Framework: The project uses the Genkit AI framework with the Google GenAI plugin.
  • Code Style: There is no linter or code formatter configured yet.
  • Contribution Guidelines: There are no contribution guidelines yet.