arc-eng / studio

Arcane Studio is a collection of productivity-boosting tools built on top of the Arcane Engine.
https://arcane.engineer/studio/
MIT License
0 stars 2 forks source link
ai developer-tools productivity

Arcane Studio

Python Django License

Arcane Studio is a collection of productivity-boosting tools built on top of the Arcane Engine. The engine takes natural language instructions (Tasks) and executes them on the users' behalf using its capabilities, which include reading, writing, and editing code and interacting with issues, tickets, wikis, etc via integrations.

🛠️ Stack

🐳 Quickstart with Docker

You can use Docker to run the project locally. Make sure you have Docker installed on your machine.

git clone https://github.com/arc-eng/studio.git
cd studio
docker-compose up --build

🚀 Installation and Setup

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/arc-eng/studio.git
  2. Navigate to the project directory:
    cd studio
  3. Install the dependencies:
    poetry install
  4. Apply migrations:
    python manage.py migrate
  5. Run the development server:
    python manage.py runserver

🤝 Contributing

Contributions are welcome! Please read the contributing guidelines first.

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.

📧 Contact

For any inquiries, please contact us at support@arcane.engineer.