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
- 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:
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
Builds static site assets and outputs them into dist/
npm run build
npm run preview
Site is by default served on http://localhost:3000/