This is the official website for aQuatonomous, a student-led design team building sustainable autonomous surface vehicles (ASVs) for environmental research on Lake Ontario. Our mission is to develop clean-powered marine robotics and showcase our work through outreach, competition, and collaboration.
🚢 In 2025, aQuatonomous placed 4th in Design Presentation and reached the semi-finals at the RoboNation RoboBoat competition — a strong start to an even stronger future.
- Checkout a new branch to make your changes. Commit and push them.
- File a pull request, review and merge it.
- Deployment will be handled by the
aquatonomous-website
repository on theaquatonomous-dev
account, which is forked from theaquatonomous-website
repository in theaQuatonomous Organization
. See Website Hosting.
The site is deployed using Vercel, linked to the aquatonomous-dev
GitHub account.
- Only the captains of aQuatonomous have access to the
aquatonomous-dev
account. - The
aquatonomous-dev
account is used solely for deployment. - Please do not push changes directly from the
aquatonomous-dev
account unless explicitly necessary for build/debug purposes.
# 1. Clone the repository
git clone https://github.com/aquatonomous-dev/aquatonomous-website.git
cd aquatonomous-website
# 2. Install dependencies
npm install
# 3. Start local dev server
npm run dev