Efficient Accessibility Review Tool
Astro/React/Tailwind/Ashlar Frontend Flask Backend, with Beautiful Soup 4
-
Clone the repo
git clone -b astro-backendrewrite https://github.com/wwu-webtech/EART.git -
Backend
cd EART/backend python3 -m venv .venv source .venv/bin/activate # or `.venv\Scripts\Activate.ps1` on Windows pip install -r requirements.txt
-
Frontend
cd EART/frontend npm install npm run dev