소스 검색

loading-amber page mostly ready

Nicolas Petton 11 년 전
부모
커밋
440293259e
2개의 변경된 파일24개의 추가작업 그리고 1개의 파일을 삭제
  1. 13 1
      overview/2-loading-amber.md
  2. 11 0
      overview/loading-packages.md

+ 13 - 1
overview/2-loading-amber.md

@@ -7,7 +7,7 @@ next: "/overview/loading-packages.html"
 ---
 
 In this section we will learn how setup an `index.html` page to load
-amber using [requirejs](http://requirejs.org).
+nnamber using [requirejs](http://requirejs.org).
 
 #### Amber packages
 
@@ -100,6 +100,18 @@ Here is our final version of `index.html`.
 </html> 
 {% endhighlight %}
 
+
 <p class="warning">
 Most web browser will block popups by default. You may need to authorize the Helios popup.
 </p>
+
+
+You can now start the amber server by evaluating from your project root directory:
+
+{% highlight sh %}
+amber serve .
+{% endhighlight %}
+
+Open [localhost:4000](http://localhost:4000). Helios will popup on startup.
+
+You are now ready to create your own Amber packages!

+ 11 - 0
overview/loading-packages.md

@@ -0,0 +1,11 @@
+---
+title: Creating Packages
+layout: default
+permalink: "creating-packages.html"
+parent: Overview
+---
+
+
+<p class="warning">
+This page is a work in progress.
+</p>