Note
Looking for the TrickFire website? This repo is only the docs portal. The main TrickFire Robotics website trickfirerobotics.com lives at github.com/TrickfireRobotics/TrickFire-Website.
The central documentation portal for TrickFire Robotics, served at docs.trickfirerobotics.com.
GitHub serves an organization's <org>.github.io repository at the root of its GitHub Pages domain. By naming this repo TrickfireRobotics.github.io and pointing the custom domain at it, we own docs.trickfirerobotics.com/. Every other repo in the organization can then deploy its own GitHub Pages site at a subpath of that domain — for example:
docs.trickfirerobotics.com/gazebo-simulations/— from thegazebo-simulationsrepodocs.trickfirerobotics.com/trickfire-urc/— from thetrickfire-urcrepo
This gives us a unified docs domain without needing a reverse proxy.
npm install
npm run dev # start dev server at http://localhost:4321
npm run build # production build → dist/
npm run preview # preview the production build locally