Skip to content

openflam/waypoint-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenFLAME Waypoint Tagger

Development

The OpenFLAME Waypoint Tagger application is a static site generated using Vite build tool and uses React. The generated static site is hosted at open-flame.com/waypoint-tagger/ using Github Pages.

Install dependencies

cd waypoint-tagger
npm install

A-Frame inspector If you are going to change aframe-inspector, add aframe-inspector submodule: git submodule update --init. Then install the dependencies of aframe-inspector: cd aframe-inspector && npm install.

Build

npm run build

Open the application in browser

The static webpage files are written to the dist/ directory. Run any HTTP server to see the generated site. For example:

cd dist && python3 -m http.server

Deploy

npm run deploy

About

A tool to tag waypoints on the map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5