Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 580 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 580 Bytes

Unboxed Web Refresh

Development setup

This is a static site which uses middleman

To get things running on your machine:

  • Clone the repository

      git clone [email protected]:unboxed/ubxd_web_refresh.git		
    
  • ###Install Dependencies cd ubxd_web_refresh bundle install

  • Start the server

      middleman server
    

Active reloading is configured, so the server will listen for changes and refresh the page in your browser.

Testing

Using BrowserStack for compability testing