A panoramic tour desktop editor for the Argo project.
- Clone this repository:
git clone https://github.com/calpoly-csai/argo-editor-frontend.git
- Navigate to the root of the repository:
cd argo-editor-frontend
- Install dependencies:
npm install
- Set up backend and start backend development server.
- At the root of argo-editor-frontend, open frontend development server:
npm start
. - Open
localhost:3000
in a browser to view the site.
- TypeScript: Static type checking.
- Framer Motion: Animations.
- Feather Icons: Search through available icons.
- React Router: Page navigation.
- Create React App documentation: Project structure, testing and bundling.