Skip to content

Commit 3e5af49

Browse files
committed
overview explanation
1 parent 5022c31 commit 3e5af49

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

_posts/overview/2016-01-02-ecosystem.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,10 @@ categories:
55
- overview
66
---
77

8-
Coming soon...
8+
CodeRoad is built out of several packages, visualized below:
9+
10+
![Module Overview](./images/modules.png){: .fluid-image}
11+
12+
**Atom-CodeRoad** & **Builder-CodeRoad** are both Atom packages that share a lot of the same NPM dependencies from **Core** and **CLI**.
13+
14+
Each **Tutorial** also requires a **Runner**, which specifies both the programming language and test framework used. Both Tutorials & Runners are NPM packages as well.

_sass/_custom.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ a.smooth:hover {
1717
}
1818
}
1919

20-
20+
.fluid-image {
21+
width: 90%;
22+
}
2123

2224
/* Portrait */
2325
@media (max-width: 850px) {

dist/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/modules.png

60 KB
Loading

0 commit comments

Comments
 (0)