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.
- Backend: Python and Django
- Frontend: Django templates, BulmaCSS, and jQuery
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
- Python 3.8+
- Clone the repository:
git clone https://github.com/arc-eng/studio.git
- Navigate to the project directory:
cd studio
- Install the dependencies:
poetry install
- Apply migrations:
python manage.py migrate
- Run the development server:
python manage.py runserver
Contributions are welcome! Please read the contributing guidelines first.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries, please contact us at [email protected].