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.
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.
npm run build
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
npm run deploy