--- title: Quick start guide layout: default permalink: "getting-started.html" next: "overview.html" --- Welcome to Amber! This super quick starting guide will get you up and running with Amber. ## Installing Amber

The Overview gives more informations about the way Amber is shipped, how to install and load it.

To get Amber running, you will need [Bower](http://bower.io) and [Node.js](http://nodejs.org). Then, install the command-line tools with `npm` and Amber with bower: {% highlight sh %} sudo npm install -g amber cd myproject/ bower install --save amber {% endhighlight %} Create an index.html file

This page is unfinished.