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.
- Dependencies: The project uses Node.js and npm for package management. The required dependencies are listed in the
package.jsonfile. - Installation: To install the dependencies, run
npm install. - Running the application: The
package.jsonfile does not yet have astartscript. - Testing: The
package.jsonfile does not yet have atestscript.
- 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.