Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dartilesm/makify
- Owner: dartilesm
- Created: 2024-03-24T13:58:31.000Z (8 months ago)
- Default Branch: develop
- Last Pushed: 2024-10-27T15:41:49.000Z (11 days ago)
- Last Synced: 2024-10-27T17:14:49.446Z (11 days ago)
- Language: TypeScript
- Homepage: https://makify-chat-with-pdf.vercel.app
- Size: 18.7 MB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.