Skip to content

Website to act as the central hub for AUV and provide links and documentation to all relevant team resources

Notifications You must be signed in to change notification settings

mcgill-robotics/auv-hub

Repository files navigation

auv-hub

Static site generated using Astro for the McGill Robotics AUV team. Meant to be a central hub containing all relevant links and resources to be used internally within the team.

The live site is available at http://hub.mcgillrobotics-auv.com

Dependencies

  • nodejs v14+
  • npm v8+
  sudo apt-get update && sudo apt-get install npm nodejs

Note: in case you require a newer version of these packages than is available though the official distribution repository, you may get the more recent version from the NodeSource PPA:

Instructions

Install

Clone the project files using git (ssh):

  git clone [email protected]:mcgill-robotics/auv-hub.git
  cd auv-hub

Install the npm dependencies described in package.json

  npm install

Build

Builds static site assets and outputs them into dist/

  npm run build

Preview Locally

  npm run preview

Site is by default served on http://localhost:3000/

About

Website to act as the central hub for AUV and provide links and documentation to all relevant team resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published