enhance README.me (code locations where Steam is used)

did committed Apr 21, 2016
commit 60732f371da29cc4285d8f0d2a9b3401d0b88329
Showing 1 changed file with 10 additions and 3 deletions
README.md +10 -3
@@ @@ -20,6 +20,8 @@ The rendering stack used by both Wagon and Engine (WIP). It includes:
### Command line:
+ *Warning*: For now, Steam is not aimed to be run standalone. The following is just a proof of concept.
+
Display all the options:
steam --help
@@ @@ -36,9 +38,14 @@ Once launched, open your browser
open localhost:8080
- ### Inside a Rails application:
+ ### Inside Engine / Wagon:
+
+ [https://github.com/locomotivecms/engine/blob/master/lib/locomotive/steam_adaptor.rb](https://github.com/locomotivecms/engine/blob/master/lib/locomotive/steam_adaptor.rb)
+ [https://github.com/locomotivecms/engine/blob/master/spec/dummy/config/routes.rb](https://github.com/locomotivecms/engine/blob/master/spec/dummy/config/routes.rb#L12)
+
- [TODO]
+ [https://github.com/locomotivecms/wagon/blob/master/lib/locomotive/wagon/commands/serve_command.rb](https://github.com/locomotivecms/wagon/blob/master/lib/locomotive/wagon/commands/serve_command.rb#L65)
+ [https://github.com/locomotivecms/wagon/blob/master/lib/locomotive/wagon/commands/serve_command.rb](https://github.com/locomotivecms/wagon/blob/master/lib/locomotive/wagon/commands/serve_command.rb#L138)
## TODO
@@ @@ -54,4 +61,4 @@ see the list in the issues section.
## License
- Copyright (c) 2015 NoCoffee. MIT Licensed, see LICENSE for details.
+ Copyright (c) 2016 NoCoffee. MIT Licensed, see LICENSE for details.