Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 312 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 312 Bytes

Perry Photography

Set up

Clone the repository:

git clone https://github.com/shunfan/gallery.git

Install necessary gems:

bundle install

Build or server

Build the static site:

middleman build

or you can just serve the site in the local right now:

middleman server