Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.35 KB

README.md

File metadata and controls

49 lines (39 loc) · 1.35 KB

Makefy ✨ - Make Things Simplify

Makefy is a hub of AI tools designed to simplify various tasks and processes. Utilizing cutting-edge artificial intelligence, Makefy aims to provide users with powerful, easy-to-use solutions for their everyday needs.

Repository Structure

This repository is managed using Turborepo for efficient monorepo management.

Apps and Packages

  • chat-with-pdf: the Chat with PDF AI tool
  • landing: the landing page of Makefy
  • @makefy/ui: a stub React component library all apps share made with shadcn.
  • @makefy/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • @makefy/typescript-config: tsconfig.jsons used throughout the monorepo

Getting Started

To get started with Makefy, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/dartilesm/makefy.git
    cd makefy
  2. Install Dependencies:
    bun install
  3. Run the Development Server:
    bun run dev
  4. Build the Project:
    bun run dev
  5. Lint the Code:
    bun run lint
  6. Format the Code:
    bun run lint

Thank you for using Makefy! We hope our tools help you simplify your tasks and improve productivity.