Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 300 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 300 Bytes

Ithaca Web People

Public Web Site

This is the source for IthacaWebPeople.org

Requirements

  • Node.js
  • yarn (npm i -g yarn)

Setup

  • clone the repo: git clone [email protected]:IthacaWebPeople/www
  • install dependencies: yarn
  • during dev: yarn dev
  • production build: yarn build