OSU-Sustainability-Office / sustainability_map

Interactive map of sustainability features around the OSU Corvallis campus

Home Page:https://osu-sustainability-office.github.io/sustainability_map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sustainability Map Frontend StatusTest Build Status

An interactive map showing the sustainability features available at Oregon State University's Corvallis campus!

Installation Steps

  • Clone the repo
  • Use nvm to get node version 18 (nvm install 16 && nvm use 18)
  • npm install
  • npm run serve to test-run the website

Notes about the build process:

The source code (under src) gets automatically bundled by vue-cli (which uses webpack) into compact static assets under public, additional static assets dependent on outside sources (e.g. OSU building geometry from Open Street Maps) get created before the vue-cli webpack build via scripts under the util directory.

Helpful References for Development

About

Interactive map of sustainability features around the OSU Corvallis campus

https://osu-sustainability-office.github.io/sustainability_map


Languages

Language:Vue 41.3%Language:JavaScript 31.7%Language:Shell 20.2%Language:HTML 4.0%Language:SCSS 2.4%Language:CSS 0.4%