Made w/ Vite+React+TypeScript. Main branch is published to https://devilbots.org/.
- Clone repository
git clone github.com/UWST-Robotics/DevilBots-Website.git
- Install dependencies
yarn install
- Run dev
yarn run dev
- Open browser to http://localhost:5173/
Changes pushed to the main branch (PRs, merges, etc) are automatically deployed via GitHub Actions.