Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 393 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 393 Bytes

Model Railroad Speed Calculator

Code of conduct

Please review the [Code of Conduct][conduct.md] before contributing.

Uploading to Firebase

  1. npm run build
  2. npm run deploy

Initial Firebase Setup

  1. Authenticate npm run firebase login
  2. List available projects npm run firebase projects:list
  3. Set the active project npm run firebase use <project-name>