Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 298 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 298 Bytes

People Powered Stream

Site for the March 11th stream

Developer Instructions

  • To install the dependencies

    > make dependencies
  • To run the site locallly

    > make local
  • To deploy the site to production

    > make deploy