Skip to content

EugTech/innovate-eugene-web

Repository files navigation

future home of the innovate eugene web site

InnovateEugene.com is a simple site that serves up the data from the asset-inventory open data project

Getting Started

  1. Install node and yarn
  2. Install node packages ->yarn install
  3. To develop locally, -> yarn develop
  4. To build and serve locally, -> yarn build and yarn serve