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>
25
25
< li >
26
26
< 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 >
27
27
</ 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 >
28
33
</ ul >
29
34
<!-- /.container -->
30
35
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ <h3>{{ page.subTitle }}</h3>
19
19
< code class ="social-instructions "> > apm install atom-coderoad</ code >
20
20
</ li >
21
21
</ 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 >
23
23
</ div >
24
24
25
25
</ div >
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : docs
3
- title : Installation
3
+ title : Quick Start
4
4
id : install
5
5
file : 2016-01-01-installation.md
6
6
---
7
7
8
- To play a tutorial, you'll only need ** Atom-CodeRoad** .
8
+ To play a ** tutorial** , you'll only need ** Atom-CodeRoad** .
9
9
10
10
But to build a tutorial, you'll also need the ** CodeRoad-CLI** .
11
11
@@ -17,7 +17,7 @@ Use [Atom CodeRoad](https://github.com/coderoad/atom-coderoad) to view and play
17
17
18
18
* Install the * Atom-CodeRoad* package, or use the [ apm] ( https://github.com/atom/apm ) command-line tool
19
19
20
- > apm install atom-coderoad
20
+ ` > apm install atom-coderoad`
21
21
22
22
* Open * Atom-CodeRoad* in * Atom* using the "packages" menu or press * ctrl-alt-1* .
23
23
@@ -47,4 +47,4 @@ Use [CodeRoad CLI](https://github.com/coderoad/coderoad-cli) to setup and build
47
47
48
48
* Install * CodeRoad-CLI* . Make sure [ NodeJS] ( nodejs.org ) is already installed
49
49
50
- > npm install -g coderoad-cli
50
+ ` > npm install -g coderoad-cli`
Original file line number Diff line number Diff line change 2
2
layout : docs
3
3
title : Test Runners
4
4
id : test-runners
5
- file : 2016-01-10 -test-runner.md
5
+ file : 2016-01-11 -test-runner.md
6
6
---
7
7
CodeRoad will become more flexible & powerful with time.
8
8
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