Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 462 Bytes

File metadata and controls

12 lines (9 loc) · 462 Bytes
title Viewing Patterns
tags
docs

Pattern Lab utilizes PHP's built-in web server to let you browse your generated patterns. To start the server do the following:

  1. In a terminal window navigate to the root of your project
  2. Type php core/console --server

Your local Pattern Lab install should now be available for browsing at http://localhost:8080.