Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 396 Bytes

File metadata and controls

19 lines (13 loc) · 396 Bytes

WAT.ai Website

The official website for WAT.ai, a student-run AI organization at the University of Waterloo. We connect students with AI opportunities through industry partnerships and internal research projects.

Quick Start

# Install dependencies
npm install

# Start development server
npm start

# Build for production
npm run build

# Deploy to GitHub Pages
npm run deploy