Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.13 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.13 KB

Sustainability Kiosks Frontend Status Test Build Status

Content designed for large-format touchscreens in high-traffic locations on OSU's campus.

Site URLs

Site Setup

  • Installing Dependencies
    • npm i
  • Run website locally
    • npm run serve
    • If you want to test with the same fonts locally as production, make adjustments to font URL prefixes as noted in the @font-face section of src/App.vue
  • Formatting
    • npm run format