Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

calpoly-csai/argo-editor

Repository files navigation

Argo Editor

A panoramic tour desktop editor for the Argo project.

Requirements

Make sure you have these dependencies installed before moving forward:

Installation

npm run init

This will create a virtual environment, install pip and Node dependencies. Alternatively you can perform these steps manually.

npm install
pip install -r requirements.txt

On Linux systems installation system makes educated guesses. If you run KDE, QT dependencies are installed, otherwise GTK is chosen. apt is used for installing GTK dependencies. In case you are running a non apt-based system, you will have to install GTK dependencies manually. See installation for details.

Usage

To launch the application.

npm run start

To build an executable. The output binary will be produced in the dist directory.

npm run build

To start a development server (only for testing frontend code).

npm run dev