Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 560 Bytes

File metadata and controls

16 lines (11 loc) · 560 Bytes

New Utopia Site

Welcome to Utopia, a Ruby framework for web site and application development. For documentation, please visit https://github.com/ioquatix/utopia.

Starting Development Server

To start the development server, simply execute

> bake
Generating transient session key for development...
20:57:36 - INFO - Starting Falcon HTTP server on localhost:9292
20:57:36 - INFO - Guard::RSpec is running
20:57:36 - INFO - Guard is now watching at '...'
[1] guard(main)>

Then browse https://localhost:9292 (or as specified) to see your new site.