8000 GitHub - failutee/Chunky: ๐Ÿ“ Combine the contents of multiple text files into one coherent block to help the AI understand your project more effectively.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

๐Ÿ“ Combine the contents of multiple text files into one coherent block to help the AI understand your project more effectively.

License

Notifications You must be signed in to change notification settings

failutee/Chunky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

โ„น๏ธ Info

The project was created for personal use, but I'm sharing it in the hope that someone else will find it useful.

๐Ÿš€ Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Ensure you have the following installed on your system:

  • Python 3.8+
  • Node.js & npm

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/failutee/Chunky.git
    cd Chunky
  2. Install the necessary dependencies for both the backend and frontend:

    # Install Python packages for the backend
    pip install -r backend/requirements.txt
    
    # Install Node.js packages for the frontend
    npm install --prefix frontend

Running the Application

We provide two ways to run the application.

A) Recommended Method (Single Script)

We've included a convenient script to launch both the backend and frontend services simultaneously.

python scripts/loader.py

B) Manual Method (Separate Terminals)

If you prefer to manage the services individually or encounter issues with the loader script, you can run them in separate terminal sessions.

  1. Start the Backend Server:

    python backend/server.py
  2. Start the Frontend Development Server:

    npm start --prefix frontend

After starting the application, it should be available at http://localhost:3000.

Showcase

showcase.mp4

About

๐Ÿ“ Combine the contents of multiple text files into one coherent block to help the AI understand your project more effectively.

Topics

Resources

License

Stars

Watchers

Forks

0