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.
This repository is managed using Turborepo for efficient monorepo management.
chat-with-pdf
: the Chat with PDF AI toollanding
: the landing page of Makefy@makefy/ui
: a stub React component library all apps share made with shadcn.@makefy/eslint-config
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)@makefy/typescript-config
:tsconfig.json
s used throughout the monorepo
To get started with Makefy, follow these steps:
- Clone the Repository:
git clone https://github.com/dartilesm/makefy.git cd makefy
- Install Dependencies:
bun install
- Run the Development Server:
bun run dev
- Build the Project:
bun run dev
- Lint the Code:
bun run lint
- Format the Code:
bun run lint
Thank you for using Makefy! We hope our tools help you simplify your tasks and improve productivity.