Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dartilesm/makify

Makify is a project that collects several tools that make user's life easier.
https://github.com/dartilesm/makify

Last synced: 10 days ago
JSON representation

Makify is a project that collects several tools that make user's life easier.

Awesome Lists containing this project

README

        

# Makify ✨ - Make Things Simplify

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

## Repository Structure

This repository is managed using [Turborepo](https://turbo.build/) for efficient monorepo management.

### Apps and Packages

- `chat-with-pdf`: the Chat with PDF AI tool
- `landing`: the landing page of Makify
- `@makify/ui`: a stub React component library all apps share made with [shadcn](https://ui.shadcn.com/).
- `@makify/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `@makify/typescript-config`: `tsconfig.json`s used throughout the monorepo

## Getting Started

To get started with Makify, follow these steps:

1. **Clone the Repository**:
```bash
git clone https://github.com/dartilesm/makify.git
cd makify
```
2. **Install Dependencies**:
```bash
bun install
```
3. **Run the Development Server**:
```bash
bun run dev
```
4. **Build the Project**:
```bash
bun run dev
```
5. **Lint the Code**:
```bash
bun run lint
```
6. **Format the Code**:
```bash
bun run lint
```
-------------------------------------------------------------------------------
Thank you for using Makify! We hope our tools help you simplify your tasks and improve productivity.