Skip to content

benjamingoodheart/stillinfirst

Repository files navigation

stillinfirst

Overview

stillinfirst is a Progressive Web Application written in Vue 3.

It answers question I've wrestled with all season: Are the Mets still in first right now? You can see the app live on metsinfirst.com.

Details

Written in Vue 3 CLI using the Composition API. State management by Pinia . Styling by Bootstrap-Vue .

Feel free to fork to make an app for your own favorite team!

Project Setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.