Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 821 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 821 Bytes

faster-mta

This is a rebuilt version of MTA Subway Time website. You can view it here.

Getting started

$ npm install
$ npm start
$ open http://localhost:8080

Deployment

This website uses Firebase. It uses Firebase Hosting to host static assets, and Firebase Functions for the backend.

$ npm run deploy.hosting # deploy to Firebase Hosting
$ npm run deploy.functions # deploy to Firebase Functions

Audit

The main focus of this website is to provide a fast user experience.

We will use WebPageTest to measure this.