浏览代码

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
 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
 #### Amber packages
 
 
@@ -100,6 +100,18 @@ Here is our final version of `index.html`.
 </html> 
 </html> 
 {% endhighlight %}
 {% endhighlight %}
 
 
+
 <p class="warning">
 <p class="warning">
 Most web browser will block popups by default. You may need to authorize the Helios popup.
 Most web browser will block popups by default. You may need to authorize the Helios popup.
 </p>
 </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>