Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 397 Bytes

File metadata and controls

21 lines (15 loc) · 397 Bytes

Design Week Tallahassee Twenty Twenty

This is the information and landing site for Tallahassee's Design Week 2020.

Quick start

  1. Develop

    Use yarn to begin the development server.

    # start the development server
    yarn develop
  2. Build

    To build the static site for deployment.

    # Build the static site
    yarn build