Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.19 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.19 KB

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/