AR Shooter

Installation

  1. Clone the repository.
  2. Install dependencies:
yarn install

or

npm install

Usage

  1. Run the webserver:
yarn dev

or

npm run dev