Skip to content
/ studio Public

Arcane Studio is a collection of productivity-boosting tools built on top of the Arcane Engine.

License

Notifications You must be signed in to change notification settings

arc-eng/studio

Repository files navigation

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

  • Backend: Python and Django
  • Frontend: Django templates, BulmaCSS, and jQuery

🐳 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

  • Python 3.8+

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 [email protected].

About

Arcane Studio is a collection of productivity-boosting tools built on top of the Arcane Engine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages