File tree Expand file tree Collapse file tree 5 files changed +20
-6
lines changed Expand file tree Collapse file tree 5 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ <h2>Contact</h2><br>
2525 < li >
2626 < a href ="mailto:coderoadapp@gmail.com?subject=CodeRoad " class ="btn btn-default "> < i class ="fa fa-envelope-o fa-reply "> </ i > < span class ="network-name "> Email</ span > </ a >
2727 </ li >
28+ < li >
29+ < a href ="https://coderoad.herokuapp.com " class ="btn btn-default ">
30+ < span class ="network-name "> Development Boards</ span >
31+ </ a >
32+ </ li >
2833 </ ul >
2934 <!-- /.container -->
3035
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ <h3>{{ page.subTitle }}</h3>
1919 < code class ="social-instructions "> > apm install atom-coderoad</ code >
2020 </ li >
2121 </ ul >
22- < p class ="requirements "> Requires < a href ="https://atom.io "> Atom</ a > & < a href ="https://nodejs.org "> NodeJS</ a > </ p >
22+ < p class ="requirements "> Requires < a href ="https://atom.io "> Atom</ a > & < a href ="https://nodejs.org "> NodeJS > 0.10 </ a > </ p >
2323 </ div >
2424
2525 </ div >
Original file line number Diff line number Diff line change 11---
22layout : docs
3- title : Installation
3+ title : Quick Start
44id : install
55file : 2016-01-01-installation.md
66---
77
8- To play a tutorial, you'll only need ** Atom-CodeRoad** .
8+ To play a ** tutorial** , you'll only need ** Atom-CodeRoad** .
99
1010But to build a tutorial, you'll also need the ** CodeRoad-CLI** .
1111
@@ -17,7 +17,7 @@ Use [Atom CodeRoad](https://github.com/coderoad/atom-coderoad) to view and play
1717
1818* Install the * Atom-CodeRoad* package, or use the [ apm] ( https://github.com/atom/apm ) command-line tool
1919
20- > apm install atom-coderoad
20+ ` > apm install atom-coderoad`
2121
2222* Open * Atom-CodeRoad* in * Atom* using the "packages" menu or press * ctrl-alt-1* .
2323
@@ -47,4 +47,4 @@ Use [CodeRoad CLI](https://github.com/coderoad/coderoad-cli) to setup and build
4747
4848* Install * CodeRoad-CLI* . Make sure [ NodeJS] ( nodejs.org ) is already installed
4949
50- > npm install -g coderoad-cli
50+ ` > npm install -g coderoad-cli`
Original file line number Diff line number Diff line change 22layout : docs
33title : Test Runners
44id : test-runners
5- file : 2016-01-10 -test-runner.md
5+ file : 2016-01-11 -test-runner.md
66---
77CodeRoad will become more flexible & powerful with time.
88
Original file line number Diff line number Diff line change 1+ ---
2+ layout : docs
3+ title : Contributing
4+ id : contributing
5+ file : 2016-01-12-contributing.md
6+ ---
7+ See our [ development boards] ( https://coderoad.herokuapp.com/ ) .
8+
9+ More information coming soon.
You can’t perform that action at this time.
0 commit comments