This is a next.js app which provides a web interface to the gtfs-accessibility-validator. It checks transit data in GTFS format for fields and files related to accessibility.
It is available at https://validator.blinktag.com.
npm install
Copy .env-example
to .env
.
cp .env-example .env
Update the values as needed.
npm run dev