Procházet zdrojové kódy

loading-amber page mostly ready

Nicolas Petton před 11 roky
rodič
revize
440293259e
2 změnil soubory, kde provedl 24 přidání a 1 odebrání
  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>