Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 526 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 526 Bytes

CSE Poson Event WebAR Project

Project Overview

This application was built to introduce Augmented Reality on the Web using the image tracking of MindAR.

Technologies Used

Installation Instructions

  1. Clone the repo
  2. Install dependencies
npm install
  1. Run the server
npm start
  1. Open the browser and navigate to localhost:3000
  2. Enjoy!
  3. To stop the server, press Ctrl+C in the terminal