Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 686 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 686 Bytes

transit-app

Netlify Status

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

Project setup

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.

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint