The official website of the University of Manitoba Robotics Team (UMRT), hosted on GitHub Pages. The site is built using Vue and the Nuxt framework.
Check out our website at umrt.ca!
To preview changes live, run the following command:
npm run devThis will host a live preview at http://localhost:5500.
After pushing your changes to the main branch, the GitHub Actions workflow will automatically:
- Generates static site files into ./.output/public
- Uploads the output as an artifact
- Deploys the artifact to GitHub Pages