Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.06 KB

Argo Editor

A panoramic tour desktop editor for the Argo project.

Requirements

Getting Started

  1. Clone this repository: git clone https://github.com/calpoly-csai/argo-editor-frontend.git
  2. Navigate to the root of the repository: cd argo-editor-frontend
  3. Install dependencies: npm install

Development

  1. Set up backend and start backend development server.
  2. At the root of argo-editor-frontend, open frontend development server: npm start.
  3. Open localhost:3000 in a browser to view the site.

Resources