https://github.com/socketry/utopia-falcon-heroku
https://github.com/socketry/utopia-falcon-heroku
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/socketry/utopia-falcon-heroku
- Owner: socketry
- Created: 2018-05-22T00:36:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T22:39:06.000Z (over 2 years ago)
- Last Synced: 2025-07-10T16:52:07.879Z (7 months ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
> rake
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 http://localhost:9292 (or as specified) to see your new site.