Skip to content

OSU-Sustainability-Office/sustainability_map

Repository files navigation

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 18 && nvm use 18)
  • npm install
  • npm run dev to test-run the website

Helpful References for Development