This app will help you determine departure information for any given metro transit stop in the twin cities. It uses the NextTrip API for data.
Created by Matt Gregg
Make sure you have yarn and nvm installed globally
npm i -g yarn nvm
Run nvm use
inside this project root.
Then run yarn install
.
yarn run serve
yarn run build
yarn run lint